diff options
author | Dima Kogan <dima@secretsauce.net> | 2014-04-30 04:25:58 -0700 |
---|---|---|
committer | Chanho Park <chanho61.park@samsung.com> | 2014-08-22 20:38:26 +0900 |
commit | c71062ab42d1746df8acede44ab17fb3e66ec240 (patch) | |
tree | 755ee8bd183134133cdafaf96a23f7b1065d5376 | |
parent | 76ec214aac3529ae5923bb8619f8251c0c04e089 (diff) | |
download | ltrace-c71062ab42d1746df8acede44ab17fb3e66ec240.tar.gz ltrace-c71062ab42d1746df8acede44ab17fb3e66ec240.tar.bz2 ltrace-c71062ab42d1746df8acede44ab17fb3e66ec240.zip |
removed notes
-rw-r--r-- | dwarf_prototypes.c | 13 |
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 - -*/ |