mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Remove constructors for ColumnFamilyHandle
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user