removed notes
authorDima Kogan <dima@secretsauce.net>
Wed, 30 Apr 2014 11:25:58 +0000 (04:25 -0700)
committerChanho Park <chanho61.park@samsung.com>
Fri, 22 Aug 2014 11:38:26 +0000 (20:38 +0900)
dwarf_prototypes.c

index df6c5d0..bd3b0ad 100644 (file)
@@ -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
-
-*/