summaryrefslogtreecommitdiff
path: root/test/graph/2sat.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/graph/2sat.cpp')
-rw-r--r--test/graph/2sat.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/graph/2sat.cpp b/test/graph/2sat.cpp
index fc3186e..cf37131 100644
--- a/test/graph/2sat.cpp
+++ b/test/graph/2sat.cpp
@@ -1,9 +1,6 @@
#include "../util.h"
#include <graph/scc.cpp>
-#define static vector<vector<int>> adj; static // hacky...
#include <graph/2sat.cpp>
-#undef static
-#undef adj
struct RandomClause {
int a, b;