summaryrefslogtreecommitdiff
path: root/usr/src/cmd/sgs/liblddbg/common/syms.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/cmd/sgs/liblddbg/common/syms.c')
-rw-r--r--usr/src/cmd/sgs/liblddbg/common/syms.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/usr/src/cmd/sgs/liblddbg/common/syms.c b/usr/src/cmd/sgs/liblddbg/common/syms.c
index 3083eec1fa..be3315243a 100644
--- a/usr/src/cmd/sgs/liblddbg/common/syms.c
+++ b/usr/src/cmd/sgs/liblddbg/common/syms.c
@@ -28,19 +28,6 @@
#include "_debug.h"
#include "libld.h"
-#if !(defined(_ELF64))
-
-void
-Dbg_syms_lookup_aout(Lm_list *lml, const char *name)
-{
- if (DBG_NOTCLASS(DBG_C_SYMBOLS))
- return;
-
- dbg_print(lml, MSG_INTL(MSG_SYM_AOUT), Dbg_demangle_name(name));
-}
-
-#endif
-
void
Dbg_syms_lookup(Rt_map *lmp, const char *name, const char *type)
{