Mercurial > hg > xemacs-beta
diff src/alloc.c @ 5062:151d425f8ef0
fix compile warning
-------------------- ChangeLog entries follow: --------------------
src/ChangeLog addition:
2010-02-22 Ben Wing <ben@xemacs.org>
* alloc.c (object_memory_usage_stats):
Remove unused var.
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Mon, 22 Feb 2010 06:56:35 -0600 |
parents | c8f90d61dcf3 |
children | 2a462149bd6a |
line wrap: on
line diff
--- a/src/alloc.c Sun Feb 21 21:01:09 2010 -0600 +++ b/src/alloc.c Mon Feb 22 06:56:35 2010 -0600 @@ -4537,7 +4537,6 @@ { Ascbyte buf[255]; const Ascbyte *name = lrecord_implementations_table[i]->name; - int len = strlen (name); if (lrecord_stats[i].bytes_in_use_including_overhead != lrecord_stats[i].bytes_in_use)