1
0
Fork 0
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:
Marat S 2025-02-28 22:33:45 +00:00
parent e5c4f9e37d
commit dfdb036ccd

View file

@ -23,9 +23,6 @@
#include "td/utils/Span.h"
#include <functional>
namespace td {
enum class DbOpenMode { db_primary, db_secondary, db_readonly };
class KeyValueReader {
public:
virtual ~KeyValueReader() = default;