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