Removed unused variables.

This commit is contained in:
Takatoshi Kondo
2014-09-09 14:29:10 +09:00
parent 6a8412d6de
commit dd4043a616
3 changed files with 0 additions and 7 deletions

View File

@@ -10,7 +10,6 @@ using namespace std;
const unsigned int kLoop = 10000;
const unsigned int kElements = 100;
const double kEPS = 1e-10;
#if !defined(MSGPACK_USE_CPP03)

View File

@@ -18,8 +18,6 @@
using namespace std;
const unsigned int kLoop = 1000;
const unsigned int kElements = 100;
const double kEPS = 1e-10;
#define GEN_TEST_STREAM(test_type) \

View File

@@ -17,10 +17,6 @@
using namespace std;
const unsigned int kLoop = 10000;
const unsigned int kElements = 100;
const double kEPS = 1e-10;
#define GEN_TEST_VREF(test_type, vbuf) \
do { \
vector<test_type> v; \