diff options
Diffstat (limited to 'dbm/tests/lots.c')
-rw-r--r-- | dbm/tests/lots.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dbm/tests/lots.c b/dbm/tests/lots.c index 3dccb2509..c6781f6e8 100644 --- a/dbm/tests/lots.c +++ b/dbm/tests/lots.c @@ -251,7 +251,6 @@ VerifyData(DBT *data, int32 num, key_type_enum key_type) int VerifyRange(int32 low, int32 high, int32 should_exist, key_type_enum key_type) { - char key_buf[128]; DBT *key, data; int32 num; int status; @@ -348,9 +347,10 @@ GenData(int32 num) int AddOrDelRange(int32 low, int32 high, int action, key_type_enum key_type) { - char key_buf[128]; DBT *key, *data; +#if 0 /* only do this if your really analy checking the puts */ DBT tmp_data; +#endif int32 num; int status; |