summaryrefslogtreecommitdiff
path: root/tests/libmemcached_world.h
diff options
context:
space:
mode:
authorBrian Aker <brian@gaz>2010-01-13 21:58:37 -0800
committerBrian Aker <brian@gaz>2010-01-13 21:58:37 -0800
commitf6f52e084fd6329fdf1e004f98f6579485f6038b (patch)
tree4bd526b0cd1a19f540cd4fd880371cb066dc61a7 /tests/libmemcached_world.h
parentc2aabfa4fef8c0069f693a5522c6c23a00ae9d83 (diff)
downloadlibmemcached-f6f52e084fd6329fdf1e004f98f6579485f6038b.tar.gz
Remove custom parser/use API for parsing in memslap
Diffstat (limited to 'tests/libmemcached_world.h')
-rw-r--r--tests/libmemcached_world.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/libmemcached_world.h b/tests/libmemcached_world.h
index 6916a32c..d51d3ad7 100644
--- a/tests/libmemcached_world.h
+++ b/tests/libmemcached_world.h
@@ -96,9 +96,7 @@ test_return_t world_flush(libmemcached_test_container_st *container)
test_return_t world_pre_run(libmemcached_test_container_st *container)
{
- uint32_t loop;
-
- for (loop= 0; loop < memcached_server_list_count(container->construct.servers); loop++)
+ for (uint32_t loop= 0; loop < memcached_server_list_count(container->construct.servers); loop++)
{
memcached_server_st *instance=
memcached_server_instance_fetch(container->memc, loop);