Bug 711799 - Fix a bunch of unused-variable warnings. r=dholbert

This commit is contained in:
Jeff Walden
2011-12-18 01:00:42 -05:00
parent 356f0e6b4e
commit ad1841814e
7 changed files with 8 additions and 8 deletions

View File

@@ -350,7 +350,6 @@ static void dump_graph(tmreader *tmr, PLHashTable *hashtbl, const char *varname,
char *name;
size_t namelen;
char buf1[16], buf2[16], buf3[16], buf4[16];
static char NA[] = "N/A";
count = hashtbl->nentries;
table = (tmgraphnode**) malloc(count * sizeof(tmgraphnode*));