summaryrefslogtreecommitdiff
path: root/src/core/sort_func.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/sort_func.hpp')
-rw-r--r--src/core/sort_func.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/sort_func.hpp b/src/core/sort_func.hpp
index 3580d9e10..d3bb7202a 100644
--- a/src/core/sort_func.hpp
+++ b/src/core/sort_func.hpp
@@ -19,7 +19,6 @@
/**
* Type safe qsort()
*
- * @todo replace the normal qsort with this one
* @note Use this sort for irregular sorted data.
*
* @param base Pointer to the first element of the array to be sorted.