diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2003-02-10 05:49:32 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2003-02-10 05:49:32 +0000 |
commit | 33498e56ade35e9b5965105327a545efcd32b594 (patch) | |
tree | ac49f5028dad1da4e4959322c8db1c3cbcb7383b /contrib/libstdc++/cstdarg | |
parent | 2b4726c9458285d2483f703c669af090dec79dd4 (diff) |
Notes
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 |