summaryrefslogtreecommitdiff
path: root/test/datastructures/dynamicConvexHull.lichao.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/datastructures/dynamicConvexHull.lichao.cpp')
-rw-r--r--test/datastructures/dynamicConvexHull.lichao.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/datastructures/dynamicConvexHull.lichao.cpp b/test/datastructures/dynamicConvexHull.lichao.cpp
index 6ab55f0..d50ca60 100644
--- a/test/datastructures/dynamicConvexHull.lichao.cpp
+++ b/test/datastructures/dynamicConvexHull.lichao.cpp
@@ -1,6 +1,5 @@
#include "../util.h"
constexpr ll INF = LL::INF;
-constexpr ll inf = LL::INF;
#include <datastructures/dynamicConvexHull.cpp>
#include <datastructures/lichao.cpp>