This commit is contained in:
alesapin 2022-03-29 18:20:20 +02:00
parent 842c0b8ff0
commit c6c0c91b39

View File

@ -46,6 +46,7 @@
#include <Core/ServerUUID.h>
#include <IO/HTTPCommon.h>
#include <IO/ReadHelpers.h>
#include <IO/ReadBufferFromFile.h>
#include <IO/IOThreadPool.h>
#include <IO/UseSSL.h>
#include <Interpreters/AsynchronousMetrics.h>
@ -507,8 +508,6 @@ void checkForUsersNotInMainConfig(
}
}
}
/// Unused in other builds
#if defined(OS_LINUX)
static String readString(const String & path)