summaryrefslogtreecommitdiff
path: root/proofs/lfsc_checker/scccode.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'proofs/lfsc_checker/scccode.cpp')
-rw-r--r--proofs/lfsc_checker/scccode.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/proofs/lfsc_checker/scccode.cpp b/proofs/lfsc_checker/scccode.cpp
deleted file mode 100644
index 19712579c..000000000
--- a/proofs/lfsc_checker/scccode.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
-#include "scccode.h"
-
-void init_compiled_scc(){
-
-}
-
-Expr* run_compiled_scc( Expr* p, std::vector< Expr* >& args ){
- return NULL;
-}
-
-
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback