summaryrefslogtreecommitdiff
path: root/libstdc++-v3/src/ctype.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/src/ctype.cc')
-rw-r--r--libstdc++-v3/src/ctype.cc7
1 files changed, 1 insertions, 6 deletions
diff --git a/libstdc++-v3/src/ctype.cc b/libstdc++-v3/src/ctype.cc
index 04d31cc5744..e246bea10dd 100644
--- a/libstdc++-v3/src/ctype.cc
+++ b/libstdc++-v3/src/ctype.cc
@@ -1,5 +1,5 @@
// Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2004, 2005,
-// 2006, 2007, 2008, 2009
+// 2006, 2007, 2008, 2009, 2010, 2011
// Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
@@ -50,11 +50,6 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
locale::id ctype<wchar_t>::id;
#endif
- // XXX At some point, just rename this file to ctype_configure_char.cc
- // and compile it as a separate file instead of including it here.
- // Platform-specific initialization code for ctype tables.
-#include <bits/ctype_noninline.h>
-
const size_t ctype<char>::table_size;
ctype<char>::~ctype()