Remove tests that va_copy is not defined when C++ < 11.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@222405 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Eric Fiselier 2014-11-20 03:39:25 +00:00
parent 19fdbe53b7
commit c5e361d024
2 changed files with 0 additions and 8 deletions

View File

@ -19,10 +19,6 @@
# ifndef va_copy
# error va_copy is not defined when c++ >= 11
# endif
#else
# ifdef va_copy
# error va_copy is unexpectedly defined when c++ < 11
# endif
#endif
#ifndef va_end

View File

@ -19,10 +19,6 @@
# ifndef va_copy
# error va_copy is not defined when c++ >= 11
# endif
#else
# ifdef va_copy
# error va_copy is unexpectedly defined when c++ < 11
# endif
#endif
#ifndef va_end