Index: base/strings/stringprintf.h |
diff --git a/base/strings/stringprintf.h b/base/strings/stringprintf.h |
index 4b2eab1424a9f02984a9a540be880b0aec0cc4ba..7a75d89e10f71eb5ab303efa6c072f17121aea31 100644 |
--- a/base/strings/stringprintf.h |
+++ b/base/strings/stringprintf.h |
@@ -13,14 +13,6 @@ |
#include "base/compiler_specific.h" |
#include "build/build_config.h" |
-#ifdef COMPILER_MSVC |
-// For _Printf_format_string_. |
-#include <sal.h> |
-#else |
-// For nacl builds when sal.h is not available. |
-#define _Printf_format_string_ |
-#endif |
- |
namespace base { |
// Return a C++ string given printf-like input. |