The actual BYTE_LIMIT_UNLIMITED and ROW_LIMIT_UNLIMITED are defined inside the struct GetRangeLimits and these two unused declarations can be confusing.
This commit is contained in:
parent
ad31de6b8e
commit
b9bdd6c0ff
|
@ -27,8 +27,6 @@
|
|||
|
||||
class ClientKnobs : public Knobs {
|
||||
public:
|
||||
int BYTE_LIMIT_UNLIMITED;
|
||||
int ROW_LIMIT_UNLIMITED;
|
||||
|
||||
int TOO_MANY; // FIXME: this should really be split up so we can control these more specifically
|
||||
|
||||
|
|
Loading…
Reference in New Issue