From 22fdd65e5971ec8f15368ba77046ce8c6c3cb329 Mon Sep 17 00:00:00 2001 From: Mark Mitchell Date: Mon, 5 Feb 2001 01:38:47 +0000 Subject: Remove V2 C++ library. * configure.in: Remove --enable-libstdcxx_v3 support. * Makefile.in (site.exp): Always set HAVE_LIBSTDCXX_V3. * configure.in: Remove --enable-libstdcxx_v3 support. * configure: Regenerated. From-SVN: r39445 --- libstdc++/complex | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 libstdc++/complex (limited to 'libstdc++/complex') diff --git a/libstdc++/complex b/libstdc++/complex deleted file mode 100644 index bfdd352..0000000 --- a/libstdc++/complex +++ /dev/null @@ -1,18 +0,0 @@ -// Main header for the -*- C++ -*- complex number classes. -// This file is part of the GNU ANSI C++ Library. - -#ifndef __COMPLEX__ -#define __COMPLEX__ - -#include - -extern "C++" { -#define __STD_COMPLEX - -// ANSI complex types -typedef complex float_complex; -typedef complex double_complex; -typedef complex long_double_complex; -} - -#endif -- cgit v1.1