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;
|
||||
}
|
||||
|
||||
void Connection::issue_set(const char* key,
|
||||
const char* value, int length,
|
||||
void Connection::issue_set(const char* key, const char* value, int length,
|
||||
double now) {
|
||||
Operation op;
|
||||
int l;
|
||||
|
@ -102,6 +102,4 @@ private:
|
||||
Generator *keysize;
|
||||
KeyGenerator *keygen;
|
||||
Generator *iagen;
|
||||
|
||||
bool useBinary;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user