remove maybe_unused

This commit is contained in:
Arthur Passos 2023-01-25 19:09:35 -03:00
parent 9942fe7b5b
commit 912ac6fb05

View File

@ -50,7 +50,7 @@ namespace DB
ares_channel channel;
[[maybe_unused]] static std::mutex mutex;
static std::mutex mutex;
};
}