Merge in util update
[awesomized/libmemcached] / tests / mem_udp.cc
index 4c81cadfa81bb9f11b8ae2d672c72725080d69d0..077f8c99815f7a9c24f437a4c8c1a18d49d32d2c 100644 (file)
@@ -33,8 +33,6 @@ using namespace libtest;
 
 #include <libtest/server.h>
 
-#define SERVERS_TO_CREATE 5
-
 #ifndef __INTEL_COMPILER
 #pragma GCC diagnostic ignored "-Wstrict-aliasing"
 #endif
@@ -491,8 +489,6 @@ collection_st collection[] ={
   {0, 0, 0, 0}
 };
 
-#define SERVERS_TO_CREATE 5
-
 #define TEST_PORT_BASE MEMCACHED_DEFAULT_PORT +10
 #include "libmemcached_world.h"