projects
/
cvc5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9e889c
)
[proof-new] Removing spurious forward declaration in CnfStream (#5155)
author
Haniel Barbosa
<hanielbbarbosa@gmail.com>
Tue, 29 Sep 2020 02:34:34 +0000
(23:34 -0300)
committer
GitHub
<noreply@github.com>
Tue, 29 Sep 2020 02:34:34 +0000
(21:34 -0500)
src/prop/cnf_stream.h
patch
|
blob
|
history
diff --git
a/src/prop/cnf_stream.h
b/src/prop/cnf_stream.h
index 3f40bfbbd57fe25e66c3ad951ad57c234c7fe633..5e68b7a82d395406f5df9229fc01e4a21d8f7da2 100644
(file)
--- a/
src/prop/cnf_stream.h
+++ b/
src/prop/cnf_stream.h
@@
-38,8
+38,6
@@
class OutputManager;
namespace prop {
-class PropEngine;
-
/**
* Implements the following recursive algorithm
* http://people.inf.ethz.ch/daniekro/classes/251-0247-00/f2007/readings/Tseitin70.pdf