X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=libstdc%2B%2B-v3%2Finclude%2Fparallel%2Fquicksort.h;h=1884eb867fada377915235ce1b883fefedc99eb1;hb=df9cb15f7a5b240dee489f38d9237e3ecd05a9af;hp=1b4d5983d06c4e500196dab3622797474cb0449b;hpb=9f1163b171df2a6f9faec0af92c7e651bf69db72;p=gcc.git diff --git a/libstdc++-v3/include/parallel/quicksort.h b/libstdc++-v3/include/parallel/quicksort.h index 1b4d5983d06..1884eb867fa 100644 --- a/libstdc++-v3/include/parallel/quicksort.h +++ b/libstdc++-v3/include/parallel/quicksort.h @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. +// Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the terms @@ -82,8 +82,6 @@ namespace __gnu_parallel _DifferenceType __split = __parallel_partition(__begin, __end, __pred, __num_threads); - for (_DifferenceType __s = 0; __s < __num_samples; ++__s) - __samples[__s].~_ValueType(); ::operator delete(__samples); return __split;