Skip to content

Commit 1c1562e

Browse files
author
Daniel Kroening
authored
Merge pull request #2398 from tautschnig/vs-remove-adjust
Remove unused function adjust_lhs_object
2 parents 8f6dab8 + bef9866 commit 1c1562e

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/goto-symex/build_goto_trace.cpp

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -101,14 +101,6 @@ exprt build_full_lhs_rec(
101101
return src_original;
102102
}
103103

104-
exprt adjust_lhs_object(
105-
const prop_convt &prop_conv,
106-
const namespacet &ns,
107-
const exprt &src)
108-
{
109-
return nil_exprt();
110-
}
111-
112104
/// set internal field for variable assignment related to dynamic_object[0-9]
113105
/// and dynamic_[0-9]_array.
114106
void set_internal_dynamic_object(

0 commit comments

Comments
 (0)