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