diff options
Diffstat (limited to 'devel/dwarves/files/patch-strings.c')
-rw-r--r-- | devel/dwarves/files/patch-strings.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/devel/dwarves/files/patch-strings.c b/devel/dwarves/files/patch-strings.c deleted file mode 100644 index 387ffcaa5a86..000000000000 --- a/devel/dwarves/files/patch-strings.c +++ /dev/null @@ -1,13 +0,0 @@ ---- strings.c.orig 2016-06-30 19:30:28 UTC -+++ strings.c -@@ -39,7 +39,10 @@ void strings__delete(struct strings *str - { - if (strs == NULL) - return; -+#if 0 -+ /* Our search.h doesn't implement tdestroy; leak for now. */ - tdestroy(strs->tree, do_nothing); -+#endif - __gobuffer__delete(&strs->gb); - free(strs); - } |