mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-10-14 15:05:37 +02:00
Removed unused variables.
This commit is contained in:
@@ -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)
|
||||
|
||||
|
@@ -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) \
|
||||
|
@@ -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; \
|
||||
|
Reference in New Issue
Block a user