projects
/
cvc5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
abc169c
)
Reverting mistaken check-in
author
Clark Barrett
<barrett@cs.nyu.edu>
Sun, 10 Jul 2011 19:41:04 +0000
(19:41 +0000)
committer
Clark Barrett
<barrett@cs.nyu.edu>
Sun, 10 Jul 2011 19:41:04 +0000
(19:41 +0000)
src/theory/theory.h
patch
|
blob
|
history
diff --git
a/src/theory/theory.h
b/src/theory/theory.h
index 82e19429224d87e9bf3e1afaae80ea5c41e722ab..59d26ff05ad51b27dbfa3743e9893f32eaa7a73b 100644
(file)
--- a/
src/theory/theory.h
+++ b/
src/theory/theory.h
@@
-187,9
+187,7
@@
public:
if (typeNode.getKind() == kind::TYPE_CONSTANT) {
return typeConstantToTheoryId(typeNode.getConst<TypeConstant>());
} else {
- TheoryId id = kindToTheoryId(typeNode.getKind());
- if (id == theory::THEORY_UF) id = theory::THEORY_ARRAY;
- return id;
+ return kindToTheoryId(typeNode.getKind());
}
}