Remove constructors for ColumnFamilyHandle

This commit is contained in:
Igor Canadi 2014-02-12 14:33:19 -08:00
parent ccdb93e775
commit 39ae9f7988
1 changed files with 0 additions and 4 deletions

View File

@ -25,11 +25,7 @@ using std::unique_ptr;
class ColumnFamilyHandle {
public:
ColumnFamilyHandle() {}
virtual ~ColumnFamilyHandle() {}
private:
ColumnFamilyHandle(const ColumnFamilyHandle&); // no copying
};
extern const std::string default_column_family_name;