mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-11 01:54:55 +00:00
Drop unnecessary qualified namespace
This commit is contained in:
parent
b5a2fad993
commit
40abdaf24a
@ -28,8 +28,8 @@ namespace ErrorCodes
|
||||
static bool supportsRenameat2Impl()
|
||||
{
|
||||
#if defined(__NR_renameat2)
|
||||
DB::VersionNumber renameat2_minimal_version(3, 15, 0);
|
||||
DB::VersionNumber linux_version(Poco::Environment::osVersion());
|
||||
VersionNumber renameat2_minimal_version(3, 15, 0);
|
||||
VersionNumber linux_version(Poco::Environment::osVersion());
|
||||
return linux_version >= renameat2_minimal_version;
|
||||
#else
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user