mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 17:12:03 +00:00
Linux build fix
This commit is contained in:
parent
dbc2dc5b60
commit
590a01d39d
@ -27,7 +27,6 @@
|
||||
|
||||
namespace ProfileEvents
|
||||
{
|
||||
#if defined(__linux__)
|
||||
extern const Event OSIOWaitMicroseconds;
|
||||
extern const Event OSCPUWaitMicroseconds;
|
||||
extern const Event OSCPUVirtualTimeMicroseconds;
|
||||
@ -61,7 +60,6 @@ namespace ProfileEvents
|
||||
extern const Event PerfInstructionTLBMisses;
|
||||
extern const Event PerfLocalMemoryReferences;
|
||||
extern const Event PerfLocalMemoryMisses;
|
||||
#endif
|
||||
}
|
||||
|
||||
namespace DB
|
||||
|
Loading…
Reference in New Issue
Block a user