aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/llvm/Support/Format.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/llvm/Support/Format.h b/include/llvm/Support/Format.h
index 340f517..164ad6a 100644
--- a/include/llvm/Support/Format.h
+++ b/include/llvm/Support/Format.h
@@ -25,9 +25,6 @@
#include <cassert>
#include <cstdio>
-#ifdef WIN32
-#define snprintf _snprintf
-#endif
namespace llvm {