diff options
Diffstat (limited to 'gas/symbols.h')
-rw-r--r-- | gas/symbols.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gas/symbols.h b/gas/symbols.h index f1fd351de2d..1ce5f85f748 100644 --- a/gas/symbols.h +++ b/gas/symbols.h @@ -98,7 +98,6 @@ extern int S_IS_DEFINED (symbolS *); extern int S_FORCE_RELOC (symbolS *, int); extern int S_IS_DEBUG (symbolS *); extern int S_IS_LOCAL (symbolS *); -extern int S_IS_EXTERN (symbolS *); extern int S_IS_STABD (symbolS *); extern const char *S_GET_NAME (symbolS *); extern segT S_GET_SEGMENT (symbolS *); |