mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 12:23:32 +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)
|
test_strmap(void)
|
||||||
{
|
{
|
||||||
strmap_t *map;
|
strmap_t *map;
|
||||||
strmap_iter_t *iter;
|
// strmap_iter_t *iter;
|
||||||
const char *k;
|
// const char *k;
|
||||||
void *v;
|
void *v;
|
||||||
int count;
|
|
||||||
|
|
||||||
map = strmap_new();
|
map = strmap_new();
|
||||||
v = strmap_set(map, "K1", (void*)99);
|
v = strmap_set(map, "K1", (void*)99);
|
||||||
|
Loading…
Reference in New Issue
Block a user