removed unused and obsolete macro
This commit is contained in:
parent
08c8bd4aee
commit
013f69b1ca
@ -31,7 +31,6 @@ inline size_t to_int(std::string &&s) { return stoull(s); }
|
||||
|
||||
// code uses this define for key access
|
||||
// _KEY_ is value from all possible keys that are listed above
|
||||
#define CONFIG_INIT() config::Config<config::MemgraphConfig>::instance().initialize()
|
||||
#define CONFIG(_KEY_) config::Config<config::MemgraphConfig>::instance()[_KEY_]
|
||||
|
||||
#define CONFIG_INTEGER(_KEY_) config::to_int(CONFIG(_KEY_))
|
||||
|
Loading…
Reference in New Issue
Block a user