projects
/
cvc5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
019be63
)
api: Remove isUninterpretedSortParameterized from header file. (#8470)
author
Mathias Preiner
<mathias.preiner@gmail.com>
Thu, 31 Mar 2022 00:17:20 +0000
(17:17 -0700)
committer
GitHub
<noreply@github.com>
Thu, 31 Mar 2022 00:17:20 +0000
(
00:17
+0000)
Method was removed in #8425.
src/api/cpp/cvc5.h
patch
|
blob
|
history
diff --git
a/src/api/cpp/cvc5.h
b/src/api/cpp/cvc5.h
index d3b8fab56b7f4e6454e0e5a000f2a2b1d140707b..2f6161112d4772fdddd976bc12a00c0a6bbe1acb 100644
(file)
--- a/
src/api/cpp/cvc5.h
+++ b/
src/api/cpp/cvc5.h
@@
-759,13
+759,6
@@
class CVC5_EXPORT Sort
*/
Sort getSequenceElementSort() const;
- /* Uninterpreted sort -------------------------------------------------- */
-
- /**
- * @return true if an uninterpreted sort is parameterized
- */
- bool isUninterpretedSortParameterized() const;
-
/* Uninterpreted sort constructor sort --------------------------------- */
/**