refactor(Core): remove unused imports (#10296)

This commit is contained in:
Francesco Borzì
2022-01-22 11:21:35 +01:00
committed by GitHub
parent 8c184e06f9
commit abc56842c4
27 changed files with 0 additions and 35 deletions

View File

@@ -24,7 +24,6 @@
#include "Errors.h"
#include "Log.h"
#include "SharedDefines.h"
#include <functional>
#define SECRET_FLAG_FOR(key, val, server) server ## _ ## key = (val ## ull << (16*SERVER_PROCESS_ ## server))
#define SECRET_FLAG(key, val) SECRET_FLAG_ ## key = val, SECRET_FLAG_FOR(key, val, AUTHSERVER), SECRET_FLAG_FOR(key, val, WORLDSERVER)