Skip to content

Commit

Permalink
Remove unused/undefined ImmutableCFOptions() (#6086)
Browse files Browse the repository at this point in the history
Summary:
default constructor not used or even defined
Pull Request resolved: #6086

Differential Revision: D18695669

Pulled By: pdillinger

fbshipit-source-id: 6b6ac46029f4fb6edf1c11ee6ce1d9f172b2eaf2
  • Loading branch information
pdillinger authored and facebook-github-bot committed Nov 26, 2019
1 parent 382b154 commit 4f17d33
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion options/cf_options.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ namespace rocksdb {
// of DB. Raw pointers defined in this struct do not have ownership to the data
// they point to. Options contains std::shared_ptr to these data.
struct ImmutableCFOptions {
ImmutableCFOptions();
explicit ImmutableCFOptions(const Options& options);

ImmutableCFOptions(const ImmutableDBOptions& db_options,
Expand Down

0 comments on commit 4f17d33

Please sign in to comment.