diff options
Diffstat (limited to 'contrib/libstdc++/cstdarg')
-rw-r--r-- | contrib/libstdc++/cstdarg | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/contrib/libstdc++/cstdarg b/contrib/libstdc++/cstdarg deleted file mode 100644 index 324f5a1c19b1..000000000000 --- a/contrib/libstdc++/cstdarg +++ /dev/null @@ -1,7 +0,0 @@ -// -*- C++ -*- forwarding header. -// This file is part of the GNU ANSI C++ Library. - -#ifndef __CSTDARG__ -#define __CSTDARG__ -#include <stdarg.h> -#endif |