Skip to content

Commit efb0bda

Browse files
remove ref to theory_str
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
1 parent baa0588 commit efb0bda

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

‎src/smt/smt_theory.h‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,6 @@ namespace smt {
283283
/**
284284
\brief This method is called by smt_context before the search starts
285285
to get any extra assumptions the theory wants to use.
286-
(See theory_str for an example)
287286
*/
288287
virtual void add_theory_assumptions(expr_ref_vector & assumptions) {
289288
}

0 commit comments

Comments
 (0)