From 99c062c028c7f4e94fb38cde50772cfd3ea5ad3b Mon Sep 17 00:00:00 2001 From: Derick Huth Date: Thu, 24 Sep 2015 11:34:04 -0600 Subject: v0.2.1 --- test-chill/unit-tests/cprog/Sorter.h | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 test-chill/unit-tests/cprog/Sorter.h (limited to 'test-chill/unit-tests/cprog/Sorter.h') diff --git a/test-chill/unit-tests/cprog/Sorter.h b/test-chill/unit-tests/cprog/Sorter.h deleted file mode 100644 index abf8f82..0000000 --- a/test-chill/unit-tests/cprog/Sorter.h +++ /dev/null @@ -1,16 +0,0 @@ -#ifndef SORTER_H -#define SORTER_H - -#include -#include - -class Sorter { -public: - Sorter(); - virtual ~Sorter(); - - std::string name; - virtual void sort(std::vector& list) const = 0; -}; - -#endif -- cgit v1.2.3-70-g09d2