[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] get rid of some unused variables
Update of /home2/or/cvsroot/tor/src/or
In directory moria:/home/arma/work/onion/cvs/tor/src/or
Modified Files:
test.c
Log Message:
get rid of some unused variables
Index: test.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/test.c,v
retrieving revision 1.212
retrieving revision 1.213
diff -u -d -r1.212 -r1.213
--- test.c 23 Nov 2005 04:18:45 -0000 1.212
+++ test.c 24 Nov 2005 01:47:05 -0000 1.213
@@ -976,10 +976,9 @@
test_strmap(void)
{
strmap_t *map;
- strmap_iter_t *iter;
- const char *k;
+// strmap_iter_t *iter;
+// const char *k;
void *v;
- int count;
map = strmap_new();
v = strmap_set(map, "K1", (void*)99);