Skip to content

Commit a2e51b6

Browse files
authored
Merge pull request #6632 from tautschnig/cleanup/property
Remove spurious use of ID_property
2 parents 412d040 + 143c49c commit a2e51b6

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/goto-programs/goto_convert.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -834,7 +834,6 @@ void goto_convertt::convert_assert(
834834

835835
goto_programt::targett t =
836836
dest.add(goto_programt::make_assertion(cond, code.source_location()));
837-
t->source_location_nonconst().set(ID_property, ID_assertion);
838837
t->source_location_nonconst().set("user-provided", true);
839838
}
840839

src/util/irep_ids.def

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ IREP_ID_ONE(file)
2525
IREP_ID_ONE(line)
2626
IREP_ID_ONE(column)
2727
IREP_ID_ONE(comment)
28-
IREP_ID_ONE(property)
2928
IREP_ID_ONE(property_class)
3029
IREP_ID_ONE(property_id)
3130
IREP_ID_ONE(function)

0 commit comments

Comments
 (0)