mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
clean up excessive enum
This commit is contained in:
parent
e5c4f9e37d
commit
dfdb036ccd
1 changed files with 0 additions and 3 deletions
|
@ -23,9 +23,6 @@
|
||||||
#include "td/utils/Span.h"
|
#include "td/utils/Span.h"
|
||||||
#include <functional>
|
#include <functional>
|
||||||
namespace td {
|
namespace td {
|
||||||
|
|
||||||
enum class DbOpenMode { db_primary, db_secondary, db_readonly };
|
|
||||||
|
|
||||||
class KeyValueReader {
|
class KeyValueReader {
|
||||||
public:
|
public:
|
||||||
virtual ~KeyValueReader() = default;
|
virtual ~KeyValueReader() = default;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue