mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
Remove old file
This commit is contained in:
parent
f7c77b4a25
commit
ff8f80b6b6
@ -1,18 +0,0 @@
|
||||
#pragma once
|
||||
#include <Functions/FunctionFactory.h>
|
||||
#include <Functions/registerFunctions.h>
|
||||
|
||||
struct RegisteredFunctionsState
|
||||
{
|
||||
RegisteredFunctionsState()
|
||||
{
|
||||
DB::registerFunctions();
|
||||
}
|
||||
|
||||
RegisteredFunctionsState(RegisteredFunctionsState &&) = default;
|
||||
};
|
||||
|
||||
inline void tryRegisterFunctions()
|
||||
{
|
||||
static RegisteredFunctionsState registered_functions_state;
|
||||
}
|
Loading…
Reference in New Issue
Block a user