diff options
Diffstat (limited to 'gcc/bitmap.h')
-rw-r--r-- | gcc/bitmap.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/bitmap.h b/gcc/bitmap.h index 42b5493..0d11d40 100644 --- a/gcc/bitmap.h +++ b/gcc/bitmap.h @@ -65,7 +65,6 @@ enum bitmap_bits { }; /* Global data */ -extern bitmap_element *bitmap_free; /* Freelist of bitmap elements */ extern bitmap_element bitmap_zero_bits; /* Zero bitmap element */ /* Clear a bitmap by freeing up the linked list. */ |