summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dwarf_prototypes.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/dwarf_prototypes.c b/dwarf_prototypes.c
index df6c5d0..bd3b0ad 100644
--- a/dwarf_prototypes.c
+++ b/dwarf_prototypes.c
@@ -985,16 +985,3 @@ bool import_DWARF_prototypes(struct library* lib)
return true;
}
-
-/*
-- I handle static functions now. Should I? Those do not have DW_AT_external==1
-
-- should process existing prototypes to make sure they match
-
-- what do function pointers look like? I'm doing void*
-
-- unions
-
-- all my *allocs leak
-
-*/