mirror of
https://github.com/catchorg/Catch2.git
synced 2025-10-15 14:45:41 +02:00
Removed more redundant compatibility stuff from timer
This commit is contained in:
@@ -9,11 +9,6 @@
|
||||
#include "catch_timer.h"
|
||||
#include "catch_platform.h"
|
||||
|
||||
#ifdef __clang__
|
||||
#pragma clang diagnostic push
|
||||
#pragma clang diagnostic ignored "-Wc++11-long-long"
|
||||
#endif
|
||||
|
||||
#ifdef CATCH_PLATFORM_WINDOWS
|
||||
|
||||
# include "catch_windows_h_proxy.h"
|
||||
@@ -61,7 +56,3 @@ namespace Catch {
|
||||
}
|
||||
|
||||
} // namespace Catch
|
||||
|
||||
#ifdef __clang__
|
||||
#pragma clang diagnostic pop
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user