Browse Source

get rid of some unused variables

svn:r5451
Roger Dingledine 20 years ago
parent
commit
23efc30776
1 changed files with 2 additions and 3 deletions
  1. 2 3
      src/or/test.c

+ 2 - 3
src/or/test.c

@@ -976,10 +976,9 @@ static void
 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);