summaryrefslogtreecommitdiff
path: root/gcc/bitmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/bitmap.c')
-rw-r--r--gcc/bitmap.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/bitmap.c b/gcc/bitmap.c
index b4fc0971601..b6d1dbf2f67 100644
--- a/gcc/bitmap.c
+++ b/gcc/bitmap.c
@@ -29,7 +29,6 @@ Boston, MA 02111-1307, USA. */
/* Obstack to allocate bitmap elements from. */
static struct obstack bitmap_obstack;
static int bitmap_obstack_init = FALSE;
-
#ifndef INLINE
#ifndef __GNUC__