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