[cache tools] knock out OPEN from the metadata enum

This commit is contained in:
Joe Thornber
2016-10-07 15:01:16 -04:00
parent 05c4b7b400
commit d710cad52b
4 changed files with 4 additions and 5 deletions

View File

@@ -19,8 +19,7 @@ namespace caching {
class metadata {
public:
enum open_type {
CREATE,
OPEN
CREATE
};
typedef block_manager<>::read_ref read_ref;