summaryrefslogtreecommitdiff
path: root/src/api/cvc4cpp.h
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2020-02-20 14:49:02 -0600
committerGitHub <noreply@github.com>2020-02-20 14:49:02 -0600
commit5489ef01beb91e256e343e2fd2d734b48b42ad6e (patch)
treef6a535c768ae4f3cfbbed765b0697300f4412657 /src/api/cvc4cpp.h
parent32fdf625f66b8ebf260756962a53d63eec771c12 (diff)
Remove front-end support for Chain (#3767)
Diffstat (limited to 'src/api/cvc4cpp.h')
-rw-r--r--src/api/cvc4cpp.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/api/cvc4cpp.h b/src/api/cvc4cpp.h
index 79c02c031..9820aeb19 100644
--- a/src/api/cvc4cpp.h
+++ b/src/api/cvc4cpp.h
@@ -1927,15 +1927,6 @@ class CVC4_PUBLIC Solver
/**
* Create operator of kind:
- * - CHAIN
- * See enum Kind for a description of the parameters.
- * @param kind the kind of the operator
- * @param k the kind argument to this operator
- */
- Op mkOp(Kind kind, Kind k) const;
-
- /**
- * Create operator of kind:
* - RECORD_UPDATE
* - DIVISIBLE (to support arbitrary precision integers)
* See enum Kind for a description of the parameters.
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback