summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJasper Lievisse Adriaanse <jasper@cvs.openbsd.org>2017-11-06 09:32:17 +0000
committerJasper Lievisse Adriaanse <jasper@cvs.openbsd.org>2017-11-06 09:32:17 +0000
commit86017604d78658815c304ea272df8ef09488688b (patch)
treec34c73ac8296629a51ce4af59ea380acd70f0376
parent6d61347064706dc58718e307b3002d08103f312d (diff)
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_ */