File tree 2 files changed +2
-4
lines changed
goto-instrument/contracts/dynamic-frames
2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -1370,7 +1370,6 @@ __CPROVER_HIDE:;
1370
1370
__CPROVER_bool record_may_leak = __VERIFIER_nondet___CPROVER_bool ();
1371
1371
__CPROVER_memory_leak = record_may_leak ? ptr : __CPROVER_memory_leak ;
1372
1372
1373
- // record fresh object in the caller's write set
1374
1373
#ifdef __CPROVER_DFCC_DEBUG_LIB
1375
1374
__CPROVER_contracts_obj_set_add (write_set -> linked_allocated , ptr );
1376
1375
#else
Original file line number Diff line number Diff line change @@ -9,15 +9,14 @@ Date: Jan 2025
9
9
10
10
#include " dfcc_pointer_equals.h"
11
11
12
- #include < util/expr_iterator .h>
12
+ #include < util/c_types .h>
13
13
#include < util/cprover_prefix.h>
14
+ #include < util/expr_iterator.h>
14
15
#include < util/pointer_expr.h>
15
16
#include < util/replace_expr.h>
16
- #include < util/c_types.h>
17
17
#include < util/std_code.h>
18
18
#include < util/std_expr.h>
19
19
#include < util/symbol.h>
20
-
21
20
#include " dfcc_cfg_info.h"
22
21
#include " dfcc_library.h"
23
22
You can’t perform that action at this time.
0 commit comments