Linux build fix

This commit is contained in:
Robert Schulze 2022-05-04 11:39:50 +02:00
parent dbc2dc5b60
commit 590a01d39d
No known key found for this signature in database
GPG Key ID: 6501C40A34BE4E0E

View File

@ -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