aboutsummaryrefslogtreecommitdiffstats
path: root/test/mppa/sort/selection.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/mppa/sort/selection.h')
-rw-r--r--test/mppa/sort/selection.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/mppa/sort/selection.h b/test/mppa/sort/selection.h
deleted file mode 100644
index 92a6b461..00000000
--- a/test/mppa/sort/selection.h
+++ /dev/null
@@ -1,6 +0,0 @@
-#ifndef __SELECTION_H__
-#define __SELECTION_H__
-
-int select_sort(uint64_t *res, const uint64_t *T);
-
-#endif // __SELECTION_H__