* f-lang.h (BLANK_COMMON_NAME_LOCAL): Remove.
authorTom Tromey <tromey@redhat.com>
Wed, 26 Sep 2012 19:58:18 +0000 (19:58 +0000)
committerTom Tromey <tromey@redhat.com>
Wed, 26 Sep 2012 19:58:18 +0000 (19:58 +0000)
gdb/ChangeLog
gdb/f-lang.h

index 08c0eea42bd44d14bb43d56781d81b52dcd08506..ede565aa8c3e958899e44c204e97e204e43f7bb8 100644 (file)
@@ -1,3 +1,7 @@
+2012-09-26  Tom Tromey  <tromey@redhat.com>
+
+       * f-lang.h (BLANK_COMMON_NAME_LOCAL): Remove.
+
 2012-09-26  Tom Tromey  <tromey@redhat.com>
 
        * dwarf2read.c (mark_common_block_symbol_computed): New function.
index 0d3a0c1e68d8489ed262e6ecf2eef9bf8f7253e2..895e937d309588f2a79fd8b34cc212be942ca912 100644 (file)
@@ -60,8 +60,6 @@ struct common_block
   struct symbol *contents[1];
 };
 
-#define BLANK_COMMON_NAME_LOCAL    "__BLANK"   /* Local GDB */
-
 extern int f77_get_upperbound (struct type *);
 
 extern int f77_get_lowerbound (struct type *);