diff options
Diffstat (limited to 'clang/lib/Headers/stdarg.h')
-rw-r--r-- | clang/lib/Headers/stdarg.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/clang/lib/Headers/stdarg.h b/clang/lib/Headers/stdarg.h index 97b3c082ec8..0bc39408c1e 100644 --- a/clang/lib/Headers/stdarg.h +++ b/clang/lib/Headers/stdarg.h @@ -10,11 +10,6 @@ #ifndef __STDARG_H #define __STDARG_H -#if defined(_MSC_VER) -/* Include otherwise unneeded header for MSVC compatibility. */ -#include <vcruntime.h> -#endif - #ifndef _VA_LIST typedef __builtin_va_list va_list; #define _VA_LIST |