remove annoying $URL$ startup message
It's completely unused; the obnoxious "DANGER!!!" comments don't even explain what it was doing (shorthand SVN magic). Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
This commit is contained in:
parent
c93ae60bce
commit
7f48f463a1
|
@ -51,21 +51,6 @@
|
||||||
#define OPENOCD_VERSION \
|
#define OPENOCD_VERSION \
|
||||||
"Open On-Chip Debugger " VERSION RELSTR " (" PKGBLDDATE ")"
|
"Open On-Chip Debugger " VERSION RELSTR " (" PKGBLDDATE ")"
|
||||||
|
|
||||||
static void print_version(void)
|
|
||||||
{
|
|
||||||
/* DANGER!!! make sure that the line below does not appear in a patch, do not remove */
|
|
||||||
/* DANGER!!! make sure that the line below does not appear in a patch, do not remove */
|
|
||||||
/* DANGER!!! make sure that the line below does not appear in a patch, do not remove */
|
|
||||||
/* DANGER!!! make sure that the line below does not appear in a patch, do not remove */
|
|
||||||
/* DANGER!!! make sure that the line below does not appear in a patch, do not remove */
|
|
||||||
LOG_OUTPUT("$URL$\n");
|
|
||||||
/* DANGER!!! make sure that the line above does not appear in a patch, do not remove */
|
|
||||||
/* DANGER!!! make sure that the line above does not appear in a patch, do not remove */
|
|
||||||
/* DANGER!!! make sure that the line above does not appear in a patch, do not remove */
|
|
||||||
/* DANGER!!! make sure that the line above does not appear in a patch, do not remove */
|
|
||||||
/* DANGER!!! make sure that the line above does not appear in a patch, do not remove */
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Give TELNET a way to find out what version this is */
|
/* Give TELNET a way to find out what version this is */
|
||||||
COMMAND_HANDLER(handle_version_command)
|
COMMAND_HANDLER(handle_version_command)
|
||||||
{
|
{
|
||||||
|
@ -257,8 +242,6 @@ int openocd_main(int argc, char *argv[])
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
print_version();
|
|
||||||
|
|
||||||
LOG_OUTPUT("For bug reports, read\n\t"
|
LOG_OUTPUT("For bug reports, read\n\t"
|
||||||
"http://openocd.berlios.de/doc/doxygen/bugs.html"
|
"http://openocd.berlios.de/doc/doxygen/bugs.html"
|
||||||
"\n");
|
"\n");
|
||||||
|
|
Loading…
Reference in New Issue