summaryrefslogtreecommitdiff
path: root/src/smt
diff options
context:
space:
mode:
authorAina Niemetz <aina.niemetz@gmail.com>2021-03-03 17:36:57 -0800
committerGitHub <noreply@github.com>2021-03-04 01:36:57 +0000
commiteca92626dafa1e22e59aec94f6e34788c51e777a (patch)
tree421e86a3bd6c1f870646a6ee34a574d4b8151abf /src/smt
parent27d6a284f34ff787882a952572519233ec12b939 (diff)
New C++ API: Clean up usage of internal Result. (#6043)
This disables the temporarily available internals of Result. It further changes the interface for getUnknownExplanation, which now returns an enum value instead of a string.
Diffstat (limited to 'src/smt')
-rw-r--r--src/smt/command.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/smt/command.h b/src/smt/command.h
index a2230e12a..67b824852 100644
--- a/src/smt/command.h
+++ b/src/smt/command.h
@@ -28,7 +28,6 @@
#include <vector>
#include "api/cvc4cpp.h"
-#include "util/result.h"
#include "util/sexpr.h"
namespace CVC4 {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback