From c71062ab42d1746df8acede44ab17fb3e66ec240 Mon Sep 17 00:00:00 2001 From: Dima Kogan Date: Wed, 30 Apr 2014 04:25:58 -0700 Subject: [PATCH] removed notes --- dwarf_prototypes.c | 13 ------------- 1 file changed, 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 - -*/ -- 2.7.4