summaryrefslogtreecommitdiff
path: root/src/symtab.h
diff options
context:
space:
mode:
authorJoel E. Denny <jdenny@clemson.edu>2009-12-17 01:09:09 -0500
committerJoel E. Denny <jdenny@clemson.edu>2009-12-17 01:09:09 -0500
commit387b4d504728391605f751e74a36fb7d0d441b19 (patch)
tree347002e75a99f73ef07250210fdd59459600d1ee /src/symtab.h
parenta603c6e0bb8b9e79d4136ee0fd0d1bf6a7d010ef (diff)
downloadbison-387b4d504728391605f751e74a36fb7d0d441b19.tar.gz
Code cleanup.
* src/symtab.c, src/symtab.h (symbol_class_get_string): Remove function, which is no longer used.
Diffstat (limited to 'src/symtab.h')
-rw-r--r--src/symtab.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/symtab.h b/src/symtab.h
index b093af3d..6204d90d 100644
--- a/src/symtab.h
+++ b/src/symtab.h
@@ -144,9 +144,6 @@ void symbol_make_alias (symbol *sym, symbol *str, location loc);
Do nothing if passed 0 as \c type_name. */
void symbol_type_set (symbol *sym, uniqstr type_name, location loc);
-/** Get the \c class string associated with \c sym. */
-const char *symbol_class_get_string (symbol *sym);
-
/** Set the \c destructor associated with \c sym. */
void symbol_destructor_set (symbol *sym, code_props const *destructor);