mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
get rid of some unused variables
svn:r5451
This commit is contained in:
parent
276ca7ad28
commit
23efc30776
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user