From 1917588d0cad80c1c22f3256208ad8cca38c1db4 Mon Sep 17 00:00:00 2001 From: Justin Bogner Date: Tue, 7 Jan 2014 01:46:46 +0000 Subject: [PATCH] Revert "Explicitly enable PRIu64 by defining __STDC_FORMAT_MACROS if it isn't" This reverts commit d1b5d3b0e885ef057643fcea99bff8b6cce04b93. llvm-svn: 198656 --- compiler-rt/lib/profile/PGOProfiling.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/compiler-rt/lib/profile/PGOProfiling.c b/compiler-rt/lib/profile/PGOProfiling.c index 310801b..737ba79 100644 --- a/compiler-rt/lib/profile/PGOProfiling.c +++ b/compiler-rt/lib/profile/PGOProfiling.c @@ -10,12 +10,6 @@ #include #include -// Explicitly request that the format macros like PRIu64 be enabled if they -// haven't already been enabled. -#ifndef __STDC_FORMAT_MACROS -#define __STDC_FORMAT_MACROS 1 -#endif - #if !defined(__APPLE__) #include #endif -- 2.7.4