We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 412d040 + 143c49c commit a2e51b6Copy full SHA for a2e51b6
src/goto-programs/goto_convert.cpp
@@ -834,7 +834,6 @@ void goto_convertt::convert_assert(
834
835
goto_programt::targett t =
836
dest.add(goto_programt::make_assertion(cond, code.source_location()));
837
- t->source_location_nonconst().set(ID_property, ID_assertion);
838
t->source_location_nonconst().set("user-provided", true);
839
}
840
src/util/irep_ids.def
@@ -25,7 +25,6 @@ IREP_ID_ONE(file)
25
IREP_ID_ONE(line)
26
IREP_ID_ONE(column)
27
IREP_ID_ONE(comment)
28
-IREP_ID_ONE(property)
29
IREP_ID_ONE(property_class)
30
IREP_ID_ONE(property_id)
31
IREP_ID_ONE(function)
0 commit comments