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.
1 parent 8aaeef0 commit ac97282Copy full SHA for ac97282
src/goto-programs/goto_trace.cpp
@@ -76,7 +76,6 @@ void goto_trace_stept::output(
76
case goto_trace_stept::SHARED_WRITE: out << "SHARED WRITE"; break;
77
case goto_trace_stept::FUNCTION_CALL: out << "FUNCTION CALL"; break;
78
case goto_trace_stept::FUNCTION_RETURN: out << "FUNCTION RETURN"; break;
79
- case goto_trace_stept::DEAD: out << "DEAD" << std::endl; return;
80
default: {
81
out << "unknown type: " << type << std::endl;
82
assert(false);
0 commit comments