Remove unused using declaration

std::sort in `heap-profiler.cc` is not in use, so remove it.
This commit is contained in:
tigeran 2023-01-10 10:17:30 +08:00 committed by Aliaksey Kandratsenka
parent 4e24f4adaa
commit 4ac4d88a99

View File

@ -83,7 +83,6 @@
#endif
using std::string;
using std::sort;
//----------------------------------------------------------------------
// Flags that control heap-profiling