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 unused variable single_column_family_mode_ #10078

Conversation

riversand963
Copy link
Contributor

This variable is actually not being used for anything meaningful, thus remove it.

This can make #7516 slightly simpler by reducing the amount of state that must be made lock-free.

Test plan:
make check

@facebook-github-bot
Copy link
Contributor

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

Copy link
Contributor

@ajkr ajkr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@riversand963 riversand963 deleted the remove-var-single_column_family branch May 31, 2022 20:45
tabokie pushed a commit to tabokie/rocksdb that referenced this pull request Jul 22, 2022
Summary:
This variable is actually not being used for anything meaningful, thus remove it.

This can make facebook#7516 slightly simpler by reducing the amount of state that must be made lock-free.

Pull Request resolved: facebook#10078

Test Plan: make check

Reviewed By: ajkr

Differential Revision: D36779817

Pulled By: riversand963

fbshipit-source-id: ffb0d9ad6149616917ae5e02bb28102cb90fc406
Signed-off-by: tabokie <[email protected]>
tabokie pushed a commit to tikv/rocksdb that referenced this pull request Jul 25, 2022
Summary:
This variable is actually not being used for anything meaningful, thus remove it.

This can make facebook#7516 slightly simpler by reducing the amount of state that must be made lock-free.

Pull Request resolved: facebook#10078

Test Plan: make check

Reviewed By: ajkr

Differential Revision: D36779817

Pulled By: riversand963

fbshipit-source-id: ffb0d9ad6149616917ae5e02bb28102cb90fc406
Signed-off-by: tabokie <[email protected]>
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