chore(ds): Drop few unused macrodefinitions

This commit is contained in:
Andrew Mayorov 2023-01-03 18:30:43 +03:00 committed by ieQu1
parent a0bcdb5104
commit 85d3783ff1
1 changed files with 0 additions and 10 deletions

View File

@ -143,16 +143,6 @@
cf_options => emqx_replay_local_store:db_cf_options()
}.
-define(DEFAULT_COLUMN_FAMILY, {"default", []}).
-define(DEFAULT_OPEN_OPTIONS, [
{create_if_missing, true},
{create_missing_column_families, true}
]).
-define(DEFAULT_WRITE_OPTIONS, [{sync, true}]).
-define(DEFAULT_READ_OPTIONS, []).
%% Persistent configuration of the generation, it is used to create db
%% record when the database is reopened
-record(schema, {keymapper :: keymapper()}).