1
0
mirror of https://github.com/moparisthebest/spdylay synced 2024-08-13 17:03:54 -04:00

Fixed compiler warning

This commit is contained in:
Tatsuhiro Tsujikawa 2012-02-09 22:48:33 +09:00
parent 8fac259285
commit ad50b75d75

View File

@ -31,7 +31,6 @@
void test_spdylay_map()
{
spdylay_map map;
int i;
CU_ASSERT(0 == spdylay_map_init(&map));
CU_ASSERT(0 == spdylay_map_insert(&map, 1, "foo"));
CU_ASSERT(strcmp("foo", spdylay_map_find(&map, 1)) == 0);