summaryrefslogtreecommitdiff
path: root/src/smt/command.h
diff options
context:
space:
mode:
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