diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2014-03-16 20:31:47 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2014-03-16 20:31:47 +0000 |
commit | be29495880d24adcbc82c8fb6eb893725eb0c213 (patch) | |
tree | 18ed1bfd037db20a0a4b89175d321b1e16d5f265 /sys/ddb/db_sym.h | |
parent | ec6070143ee16c62f606a467de0b7bbe120c8101 (diff) |
DDB supports ELF symbols are all archs, and it's always the same as the
native size, so eliminate the #defines.
ok miod@
Diffstat (limited to 'sys/ddb/db_sym.h')
-rw-r--r-- | sys/ddb/db_sym.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/ddb/db_sym.h b/sys/ddb/db_sym.h index 2e1cf1fc6dd..d171c701395 100644 --- a/sys/ddb/db_sym.h +++ b/sys/ddb/db_sym.h @@ -147,6 +147,4 @@ boolean_t db_line_at_pc(db_sym_t, char **, int *, db_expr_t); int db_sym_numargs(db_sym_t, int *, char **); char *db_qualify(db_sym_t, const char *); -#ifdef DB_ELF_SYMBOLS extern db_symformat_t db_symformat_elf; -#endif |