summaryrefslogtreecommitdiff
path: root/test/correctness/testxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/correctness/testxy.h')
-rw-r--r--test/correctness/testxy.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/correctness/testxy.h b/test/correctness/testxy.h
index 32cd91fa..2a9dcab9 100644
--- a/test/correctness/testxy.h
+++ b/test/correctness/testxy.h
@@ -31,7 +31,6 @@ class TestXY: public Tester<T> {
// Uses several variables from the Tester class
using Tester<T>::context_;
using Tester<T>::queue_;
- using Tester<T>::kErrorMargin;
// Uses several helper functions from the Tester class
using Tester<T>::TestStart;