summaryrefslogtreecommitdiff
path: root/src/theory/builtin/kinds
diff options
context:
space:
mode:
authorAndres Noetzli <andres.noetzli@gmail.com>2020-09-03 23:46:43 -0700
committerAndres Noetzli <andres.noetzli@gmail.com>2020-09-03 23:46:43 -0700
commited21776f3fdf079ebedaee6882cf6d86c9159dd1 (patch)
treecc0399535673536fd1376f647e2c38778066a2e5 /src/theory/builtin/kinds
parentc9e23f66383a4d490aca6d082d40117fe799ee4b (diff)
Remove unused postsolve infrastructurermPostsolve
The theory property `postsolve` was not used by any of the theories. This commit removes the property and associated infrastructure.
Diffstat (limited to 'src/theory/builtin/kinds')
-rw-r--r--src/theory/builtin/kinds1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/theory/builtin/kinds b/src/theory/builtin/kinds
index a11354b1a..f5cd89983 100644
--- a/src/theory/builtin/kinds
+++ b/src/theory/builtin/kinds
@@ -39,7 +39,6 @@
# ppStaticLearn the theory supports ppStaticLearn()
# notifyRestart the theory supports notifyRestart()
# presolve the theory supports presolve()
-# postsolve the theory supports postsolve()
#
# In the case of the "theory-supports-function" properties, you
# need to declare these for your theory or the functions will not
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback