1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-01 06:46:55 +03:00

remove unused globals

This commit is contained in:
Leonid Fedorov
2025-06-27 01:27:49 +04:00
parent 2d7821d141
commit 568a074496

View File

@ -21,12 +21,6 @@
using namespace std;
namespace
{
storagemanager::SMLogging* smLog = NULL;
boost::mutex m;
}; // namespace
namespace storagemanager
{
SMLogging::SMLogging()