summaryrefslogtreecommitdiff
path: root/test/correctness/tester.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/correctness/tester.h')
-rw-r--r--test/correctness/tester.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/correctness/tester.h b/test/correctness/tester.h
index 3b6fa059..9c4a9e86 100644
--- a/test/correctness/tester.h
+++ b/test/correctness/tester.h
@@ -62,10 +62,6 @@ class Tester {
const std::string kSkippedCompilation{kPrintWarning + "\\" + kPrintEnd};
const std::string kUnsupportedPrecision{kPrintWarning + "o" + kPrintEnd};
- // The layouts and transpose-options to test with
- static const std::vector<Layout> kLayouts;
- static const std::vector<Transpose> kTransposes;
-
// This structure combines the above log-entry with a status code an error percentage
struct ErrorLogEntry {
StatusCode status_expect;