aboutsummaryrefslogtreecommitdiff
path: root/aberth/defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'aberth/defs.h')
-rw-r--r--aberth/defs.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/aberth/defs.h b/aberth/defs.h
index 40eacf0..41d1f89 100644
--- a/aberth/defs.h
+++ b/aberth/defs.h
@@ -9,5 +9,3 @@ using namespace std;
constexpr const int N = 18;
using Com = complex<double>;
-using Poly = array<int, N + 1>;
-using AApprox = array<Com, N>;