Skip to content

Commit ac97282

Browse files
author
Peter Schrammel
committed
merge
1 parent 8aaeef0 commit ac97282

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/goto-programs/goto_trace.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ void goto_trace_stept::output(
7676
case goto_trace_stept::SHARED_WRITE: out << "SHARED WRITE"; break;
7777
case goto_trace_stept::FUNCTION_CALL: out << "FUNCTION CALL"; break;
7878
case goto_trace_stept::FUNCTION_RETURN: out << "FUNCTION RETURN"; break;
79-
case goto_trace_stept::DEAD: out << "DEAD" << std::endl; return;
8079
default: {
8180
out << "unknown type: " << type << std::endl;
8281
assert(false);

0 commit comments

Comments
 (0)