diff options
| author | Alexander Kabaev <kan@FreeBSD.org> | 2003-02-10 05:47:54 +0000 |
|---|---|---|
| committer | Alexander Kabaev <kan@FreeBSD.org> | 2003-02-10 05:47:54 +0000 |
| commit | 5801dade0e5c0139d3379f296dc61fad77e4328a (patch) | |
| tree | 54f954d3274c4f5a43a4366c77ef6ab38c5c607d /contrib/libstdc++/src/stl-inst.cc | |
| parent | 72983f38e19d795e4671ce8231e076df7f6c5bc0 (diff) | |
| parent | 61e268fb5fe80d065abc291868bc5286fe3a7632 (diff) | |
Notes
Diffstat (limited to 'contrib/libstdc++/src/stl-inst.cc')
| -rw-r--r-- | contrib/libstdc++/src/stl-inst.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/contrib/libstdc++/src/stl-inst.cc b/contrib/libstdc++/src/stl-inst.cc index d8879a7bccd8..d80a71867184 100644 --- a/contrib/libstdc++/src/stl-inst.cc +++ b/contrib/libstdc++/src/stl-inst.cc @@ -39,9 +39,5 @@ namespace std template class allocator<char>; template class allocator<wchar_t>; -#ifdef __USE_MALLOC - template class __malloc_alloc_template<0>; -#else template class __default_alloc_template<true, 0>; -#endif } // namespace std |
