diff options
Diffstat (limited to 'test-chill/unit-tests/cprog/Sorter.cc')
-rw-r--r-- | test-chill/unit-tests/cprog/Sorter.cc | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/test-chill/unit-tests/cprog/Sorter.cc b/test-chill/unit-tests/cprog/Sorter.cc deleted file mode 100644 index a1ae5ec..0000000 --- a/test-chill/unit-tests/cprog/Sorter.cc +++ /dev/null @@ -1,8 +0,0 @@ -#include "Sorter.h" - -Sorter::Sorter() { -} - -Sorter::~Sorter() { -} - |