Skip to content

Commit 1ef1470

Browse files
committed
Got rid of trim
1 parent 9752115 commit 1ef1470

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

harmony_model_checker/charm/charm.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5695,13 +5695,15 @@ int exec_model_checker(int argc, char **argv){
56955695
path_recompute();
56965696
phase_finish();
56975697

5698+
#ifdef OBSOLETE
56985699
// If this was a safety failure, we remove any unneeded steps to further
56995700
// reduce the length of the counter-example.
57005701
if (bad->type == FAIL_SAFETY) {
57015702
phase_start("Trim path");
57025703
path_trim(NULL);
57035704
phase_finish();
57045705
}
5706+
#endif
57055707

57065708
// Finally, we output the path.
57075709
phase_start("Output path");

0 commit comments

Comments
 (0)