Remove unused useBinary class variable.
This commit is contained in:
parent
4e8d2f6d10
commit
7e74898c4a
@ -135,8 +135,7 @@ void Connection::issue_get(const char* key, double now) {
|
|||||||
if (read_state != LOADING) stats.tx_bytes += l;
|
if (read_state != LOADING) stats.tx_bytes += l;
|
||||||
}
|
}
|
||||||
|
|
||||||
void Connection::issue_set(const char* key,
|
void Connection::issue_set(const char* key, const char* value, int length,
|
||||||
const char* value, int length,
|
|
||||||
double now) {
|
double now) {
|
||||||
Operation op;
|
Operation op;
|
||||||
int l;
|
int l;
|
||||||
|
@ -102,6 +102,4 @@ private:
|
|||||||
Generator *keysize;
|
Generator *keysize;
|
||||||
KeyGenerator *keygen;
|
KeyGenerator *keygen;
|
||||||
Generator *iagen;
|
Generator *iagen;
|
||||||
|
|
||||||
bool useBinary;
|
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user