diff options
Diffstat (limited to 'sys/ddb/db_sym.c')
-rw-r--r-- | sys/ddb/db_sym.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/ddb/db_sym.c b/sys/ddb/db_sym.c index a7bc8153f1f..3b335ebabd5 100644 --- a/sys/ddb/db_sym.c +++ b/sys/ddb/db_sym.c @@ -1,4 +1,4 @@ -/* $OpenBSD: db_sym.c,v 1.32 2006/03/13 06:23:20 jsg Exp $ */ +/* $OpenBSD: db_sym.c,v 1.33 2013/10/17 08:02:19 deraadt Exp $ */ /* $NetBSD: db_sym.c,v 1.24 2000/08/11 22:50:47 tv Exp $ */ /* @@ -65,9 +65,6 @@ const db_symformat_t *db_symformats[] = { #ifdef DB_ELF_SYMBOLS &db_symformat_elf, #endif -#ifdef DB_AOUT_SYMBOLS - &db_symformat_aout, -#endif NULL, }; |