summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjasper <jasper@openbsd.org>2017-11-06 09:32:16 +0000
committerjasper <jasper@openbsd.org>2017-11-06 09:32:16 +0000
commitf90fb17de98acc615571d1e5061c37a64e7096d9 (patch)
tree4cc490550c896323e5f7c972d9cc8ce66c872ac0
parentModify "machine video" command not to list mode when chaning video mode. (diff)
downloadwireguard-openbsd-f90fb17de98acc615571d1e5061c37a64e7096d9.tar.xz
wireguard-openbsd-f90fb17de98acc615571d1e5061c37a64e7096d9.zip
remove ctf_type declaration no longer needed since -r1.33
ok mpi@
-rw-r--r--sys/ddb/db_sym.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/ddb/db_sym.h b/sys/ddb/db_sym.h
index ca806c5cc71..f9b1899c360 100644
--- a/sys/ddb/db_sym.h
+++ b/sys/ddb/db_sym.h
@@ -93,8 +93,6 @@ void db_elf_sym_forall(db_forall_func_t db_forall_func, void *);
bool db_dwarf_line_at_pc(const char *, size_t, uintptr_t,
const char **, const char **, int *);
-struct ctf_type;
-
int db_ctf_func_numargs(Elf_Sym *);
#endif /* _DDB_DB_SYM_H_ */