api: Remove isUninterpretedSortParameterized from header file. (#8470)
authorMathias Preiner <mathias.preiner@gmail.com>
Thu, 31 Mar 2022 00:17:20 +0000 (17:17 -0700)
committerGitHub <noreply@github.com>
Thu, 31 Mar 2022 00:17:20 +0000 (00:17 +0000)
Method was removed in #8425.

src/api/cpp/cvc5.h

index d3b8fab56b7f4e6454e0e5a000f2a2b1d140707b..2f6161112d4772fdddd976bc12a00c0a6bbe1acb 100644 (file)
@@ -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 --------------------------------- */
 
   /**