Skip to content

Commit 4987f3a

Browse files
Remove useless comments
The name of the functions already explain what we are doing.
1 parent 13e87a9 commit 4987f3a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/solvers/prop/prop_conv.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,7 @@ literalt prop_conv_solvert::get_literal(const irep_idt &identifier)
6161
if(!result.second)
6262
return result.first->second;
6363

64-
// produce new variable
6564
literalt literal=prop.new_variable();
66-
67-
// set the name of the new variable
6865
prop.set_variable_name(literal, id2string(identifier));
6966

7067
// insert

0 commit comments

Comments
 (0)