summaryrefslogtreecommitdiff
path: root/navit/debug.c
diff options
context:
space:
mode:
authorJoseph Herlant <herlantj@gmail.com>2018-04-29 22:03:44 -0700
committerJoseph Herlant <aerostitch@users.noreply.github.com>2018-04-30 09:05:18 -0700
commit01eb2df05b8d216206c05401d413d3d5601b333d (patch)
treeded7978516664261e4c4ee6a4ec24043e922e2bd /navit/debug.c
parent4231cac78eebbc761a4a356292aa79693384254f (diff)
downloadnavit-01eb2df05b8d216206c05401d413d3d5601b333d.tar.gz
cleanup:global:Cleanup some unreachable code
Diffstat (limited to 'navit/debug.c')
-rw-r--r--navit/debug.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/navit/debug.c b/navit/debug.c
index d8277f761..2d6e8fdc5 100644
--- a/navit/debug.c
+++ b/navit/debug.c
@@ -403,9 +403,6 @@ debug_dump_mallocs(void)
fprintf(stderr,"unfreed malloc from %s of size %d\n",head->where,head->size);
for (i = 0 ; i < 8 ; i++)
fprintf(stderr,"\tlist *%p\n",head->return_address[i]);
-#if 0
- fprintf(stderr,"%s\n",head+1);
-#endif
head=head->next;
}
}