Skip to content
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

Closed
wants to merge 3 commits into from

Conversation

darionyaphet
Copy link
Contributor

No description provided.

@@ -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,
Copy link
Contributor

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?

Copy link
Contributor

@jowlyzhang jowlyzhang left a 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

@darionyaphet darionyaphet force-pushed the remove-virtual branch 2 times, most recently from 5cb1da8 to 3ad1273 Compare July 20, 2023 04:20
@facebook-github-bot
Copy link
Contributor

@jowlyzhang has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

@facebook-github-bot
Copy link
Contributor

@jowlyzhang merged this pull request in df54346.

@darionyaphet darionyaphet deleted the remove-virtual branch July 21, 2023 01:14
rockeet pushed a commit to topling/toplingdb that referenced this pull request Dec 18, 2023
Summary: Pull Request resolved: facebook/rocksdb#11596

Reviewed By: ajkr

Differential Revision: D47635614

Pulled By: jowlyzhang

fbshipit-source-id: 651a06049a54d15fd4b4f010bb4b82f53ff9c9d4
rockeet pushed a commit to topling/toplingdb that referenced this pull request Sep 1, 2024
Summary: Pull Request resolved: facebook/rocksdb#11596

Reviewed By: ajkr

Differential Revision: D47635614

Pulled By: jowlyzhang

fbshipit-source-id: 651a06049a54d15fd4b4f010bb4b82f53ff9c9d4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants