diff options
Diffstat (limited to 'src/sort.c')
| -rw-r--r-- | src/sort.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/sort.c b/src/sort.c deleted file mode 100644 index ed5a1e3..0000000 --- a/src/sort.c +++ /dev/null @@ -1,14 +0,0 @@ -#include "sort.h" - -#include "basic_traits.h" - - -QSORT_IMPL(Int); -QSORT_IMPL(Bool); -QSORT_IMPL(Long); -QSORT_IMPL(Char); -QSORT_IMPL(UInt); -QSORT_IMPL(ULong); -QSORT_IMPL(Double); -QSORT_IMPL(Float); -QSORT_IMPL(String); |
