aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/src
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/src')
-rw-r--r--libstdc++-v3/src/stl-inst.cc7
1 files changed, 0 insertions, 7 deletions
diff --git a/libstdc++-v3/src/stl-inst.cc b/libstdc++-v3/src/stl-inst.cc
index 43cef9e6d2c..eaf55599f2b 100644
--- a/libstdc++-v3/src/stl-inst.cc
+++ b/libstdc++-v3/src/stl-inst.cc
@@ -39,12 +39,6 @@
namespace std
{
- const int __stl_threshold = 16;
- const int __stl_chunk_size = 7;
- const int __WORD_BIT = int(CHAR_BIT*sizeof(unsigned int));
- const _Rb_tree_Color_type _S_rb_tree_red = false;
- const _Rb_tree_Color_type _S_rb_tree_black = true;
-
template class __malloc_alloc_template<0>;
#ifndef __USE_MALLOC
@@ -55,5 +49,4 @@ namespace std
void
vector<unsigned int>::
_M_insert_aux(vector<unsigned int>::iterator, unsigned int const &);
-
} // namespace std