aboutsummaryrefslogtreecommitdiffhomepage
path: root/parser.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 /parser.cpp
parent6d749789ce240a3e6f1447777db63fd8e7525560 (diff)
Dead stores
Diffstat (limited to 'parser.cpp')
-rw-r--r--parser.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/parser.cpp b/parser.cpp
index 0a4f004a..9435d3d1 100644
--- a/parser.cpp
+++ b/parser.cpp
@@ -2592,10 +2592,6 @@ int parser_t::eval_new_parser(const wcstring &cmd, const io_chain_t &io, enum bl
/* Execute the first node */
int result = 1;
- if (! tree.empty())
- {
- result = this->eval_block_node(0, io, block_type);
- }
/* Clean up the execution context stack */
assert(! execution_contexts.empty() && execution_contexts.back() == ctx);