summaryrefslogtreecommitdiff
path: root/gas/sb.h
diff options
context:
space:
mode:
authorBen Elliston <bje@au.ibm.com>2006-05-02 03:39:04 +0000
committerBen Elliston <bje@au.ibm.com>2006-05-02 03:39:04 +0000
commit2f78e667b1587933a5b77b8660f40c5d23d10af7 (patch)
treea256269cea19fea30ffcf6946aa301ec278e320b /gas/sb.h
parent85f52fc46aa03144b50f70bc2c18c5808a055adb (diff)
downloadbinutils-redhat-2f78e667b1587933a5b77b8660f40c5d23d10af7.tar.gz
* sb.h (sb_list_vector): Move to sb.c.
* sb.c (free_list): Use type of sb_list_vector directly. (sb_build): Fix off-by-one error in assertion about `size'.
Diffstat (limited to 'gas/sb.h')
-rw-r--r--gas/sb.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/gas/sb.h b/gas/sb.h
index 5732688315..da787e245e 100644
--- a/gas/sb.h
+++ b/gas/sb.h
@@ -70,14 +70,6 @@ typedef struct le
}
sb_element;
-/* The free list. */
-
-typedef struct
-{
- sb_element *size[sb_max_power_two];
-}
-sb_list_vector;
-
extern void sb_new (sb *);
extern void sb_kill (sb *);
extern void sb_add_sb (sb *, sb *);