aboutsummaryrefslogtreecommitdiffhomepage
path: root/parse_execution.cpp
diff options
context:
space:
mode:
authorGravatar Geoff Nixon <geoff.nixon@aol.com>2014-02-27 03:15:00 -0800
committerGravatar Geoff Nixon <geoff.nixon@aol.com>2014-02-27 06:23:40 -0800
commitddcd2b0810087394d17bd80c46d74cca0acd8924 (patch)
tree575f58142aca93fd46ffb9c4bec18c388a7a42ce /parse_execution.cpp
parent6d749789ce240a3e6f1447777db63fd8e7525560 (diff)
Dead stores
Diffstat (limited to 'parse_execution.cpp')
-rw-r--r--parse_execution.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/parse_execution.cpp b/parse_execution.cpp
index 726f2920..d57b8e7e 100644
--- a/parse_execution.cpp
+++ b/parse_execution.cpp
@@ -532,7 +532,6 @@ parse_execution_result_t parse_execution_context_t::run_switch_statement(const p
{
/* Store the node that failed to expand */
report_error(switch_value_node, WILDCARD_ERR_MSG, switch_value.c_str());
- ret = parse_execution_errored;
break;
}