remove unnecessary revision thing
authorMatthias Braun <matthias.braun@kit.edu>
Wed, 13 Jun 2012 09:01:28 +0000 (11:01 +0200)
committerMatthias Braun <matthias.braun@kit.edu>
Wed, 13 Jun 2012 09:01:28 +0000 (11:01 +0200)
ir/debug/debugger.c

index ae9afa3..6d1db28 100644 (file)
@@ -572,7 +572,7 @@ static void bp_activate(unsigned bp, int active)
  */
 static void show_commands(void)
 {
-       dbg_printf("Internal Firm debugger extension $Revision$ commands:\n"
+       dbg_printf("Internal Firm debugger extension commands:\n"
                "init                  break after initialization\n"
                "create nr             break if node nr was created\n"
                "replace nr            break if node nr is replaced by another node\n"