summaryrefslogtreecommitdiff
path: root/src/smt/command.h
diff options
context:
space:
mode:
authorGereon Kremer <nafur42@gmail.com>2021-09-08 11:59:53 -0700
committerGitHub <noreply@github.com>2021-09-08 18:59:53 +0000
commita50655ea2637e114190de505a6c33cff25f5f6a5 (patch)
tree057a2fe3949fce12ef91963eaa53fd85e834c54b /src/smt/command.h
parent54148758dba8e3523fa1c746922692d8ad3df6e8 (diff)
A couple of minor cleanups (#7141)
This PR does a couple of minor cleanups related to options.
Diffstat (limited to 'src/smt/command.h')
-rw-r--r--src/smt/command.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/smt/command.h b/src/smt/command.h
index 627cb13c9..7d2d9cfc4 100644
--- a/src/smt/command.h
+++ b/src/smt/command.h
@@ -299,8 +299,6 @@ class CVC5_EXPORT Command
const std::vector<api::Sort>& sorts);
/** Helper to convert a Grammar to an internal TypeNode */
static TypeNode grammarToTypeNode(api::Grammar* grammar);
- /** Get original options from the solver (for ResetCommand) */
- Options& getOriginalOptionsFrom(api::Solver* s);
}; /* class Command */
/**
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback