Remove uber-gross hack. The define _snprintf to snprintf is invalid due to two reason...
authorAnton Korobeynikov <asl@math.spbu.ru>
Mon, 21 Dec 2009 20:19:37 +0000 (20:19 +0000)
committerAnton Korobeynikov <asl@math.spbu.ru>
Mon, 21 Dec 2009 20:19:37 +0000 (20:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@91842 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Support/Format.h

index 340f51735e8e39eded9046fbe18aa4301a15376c..164ad6a35330931d84b67d9a56ed16c65030215b 100644 (file)
@@ -25,9 +25,6 @@
 
 #include <cassert>
 #include <cstdio>
-#ifdef WIN32
-#define snprintf _snprintf
-#endif
 
 namespace llvm {