Removed more redundant compatibility stuff from timer

This commit is contained in:
Phil Nash 2017-04-25 12:13:16 +01:00
parent f57f96f190
commit 67005d290c
2 changed files with 0 additions and 12 deletions

View File

@ -8,11 +8,8 @@
#ifndef TWOBLUECUBES_CATCH_TIMER_H_INCLUDED
#define TWOBLUECUBES_CATCH_TIMER_H_INCLUDED
#include "catch_platform.h"
#include <stdint.h>
namespace Catch {
class Timer {
public:

View File

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