-
Notifications
You must be signed in to change notification settings - Fork 6.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove some useless qualifier #11596
Conversation
ba8737e
to
07592e1
Compare
@@ -51,13 +48,13 @@ class IndexBuilder { | |||
Slice index_block_contents; | |||
std::unordered_map<std::string, Slice> meta_blocks; | |||
}; | |||
explicit IndexBuilder(const InternalKeyComparator* comparator, size_t ts_sz, | |||
bool persist_user_defined_timestamps) | |||
IndexBuilder(const InternalKeyComparator* comparator, size_t ts_sz, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would you mind help removing the explicit
qualifier from the constructors for some other IndexBuilder subclasses in this file?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the change! LGTM
5cb1da8
to
3ad1273
Compare
3ad1273
to
48d8937
Compare
@jowlyzhang has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
@jowlyzhang merged this pull request in df54346. |
Summary: Pull Request resolved: facebook/rocksdb#11596 Reviewed By: ajkr Differential Revision: D47635614 Pulled By: jowlyzhang fbshipit-source-id: 651a06049a54d15fd4b4f010bb4b82f53ff9c9d4
Summary: Pull Request resolved: facebook/rocksdb#11596 Reviewed By: ajkr Differential Revision: D47635614 Pulled By: jowlyzhang fbshipit-source-id: 651a06049a54d15fd4b4f010bb4b82f53ff9c9d4
No description provided.