summaryrefslogtreecommitdiff
path: root/test/graph/2sat.cpp.awk
diff options
context:
space:
mode:
Diffstat (limited to 'test/graph/2sat.cpp.awk')
-rw-r--r--test/graph/2sat.cpp.awk6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/graph/2sat.cpp.awk b/test/graph/2sat.cpp.awk
deleted file mode 100644
index d0215d8..0000000
--- a/test/graph/2sat.cpp.awk
+++ /dev/null
@@ -1,6 +0,0 @@
-/scc variablen/ {
- print;
- print "\tvector<vector<int>> adj;";
- next
-}
-{ print }