Remove unused internal macro from the common path

This commit is contained in:
Martin Hořeňovský 2017-08-30 15:29:50 +02:00
parent cde57d9365
commit 48db47c737
1 changed files with 0 additions and 3 deletions

View File

@ -18,9 +18,6 @@
# define INTERNAL_CATCH_UNIQUE_NAME( name ) INTERNAL_CATCH_UNIQUE_NAME_LINE( name, __LINE__ )
#endif
#define INTERNAL_CATCH_STRINGIFY2( expr ) #expr
#define INTERNAL_CATCH_STRINGIFY( expr ) INTERNAL_CATCH_STRINGIFY2( expr )
#include <iosfwd>
#include <string>
#include <cstdint>