Skip to content

Commit 50ee9f5

Browse files
author
Daniel Kroening
authored
Merge pull request #3343 from tautschnig/vs-value
Do not repeatedly define "value" [blocks: #2310]
2 parents 09bffe4 + b63ec2c commit 50ee9f5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/ansi-c/expr2c.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1968,8 +1968,6 @@ std::string expr2ct::convert_constant(
19681968
}
19691969
else if(type.id()==ID_pointer)
19701970
{
1971-
const irep_idt &value=to_constant_expr(src).get_value();
1972-
19731971
if(value==ID_NULL)
19741972
{
19751973
dest="NULL";

0 commit comments

Comments
 (0)