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:
Xin Dong 2020-09-03 14:55:16 -07:00
parent ad31de6b8e
commit b9bdd6c0ff
1 changed files with 0 additions and 2 deletions

View File

@ -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