aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Demangle/DemangleConfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/Demangle/DemangleConfig.h')
-rw-r--r--include/llvm/Demangle/DemangleConfig.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/llvm/Demangle/DemangleConfig.h b/include/llvm/Demangle/DemangleConfig.h
index 73f89d357c85..b7b7dbd24c7f 100644
--- a/include/llvm/Demangle/DemangleConfig.h
+++ b/include/llvm/Demangle/DemangleConfig.h
@@ -15,13 +15,6 @@
#ifndef LLVM_DEMANGLE_COMPILER_H
#define LLVM_DEMANGLE_COMPILER_H
-#ifdef _MSC_VER
-// snprintf is implemented in VS 2015
-#if _MSC_VER < 1900
-#define snprintf _snprintf_s
-#endif
-#endif
-
#ifndef __has_feature
#define __has_feature(x) 0
#endif