Skip to content

Commit

Permalink
remove UNREACHABLE
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaj Bjorner <[email protected]>
  • Loading branch information
NikolajBjorner committed May 31, 2019
1 parent f11cb77 commit f1dee93
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sat/sat_solver/inc_sat_solver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,6 @@ class inc_sat_solver : public solver {
}

proof * get_proof() override {
UNREACHABLE();
return nullptr;
}

Expand Down

0 comments on commit f1dee93

Please sign in to comment.