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