From 04b2378d579cef80153eaa5c833203857b9a587c Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sat, 6 Sep 2014 16:47:34 -0400 Subject: [PATCH] Context - Removed unreachable code. --- src/Context.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Context.cpp b/src/Context.cpp index 88929fde6..fa4c13306 100644 --- a/src/Context.cpp +++ b/src/Context.cpp @@ -425,8 +425,6 @@ int Context::dispatch (std::string &out) assert (commands["help"]); return commands["help"]->execute (out); - - return 1; } ////////////////////////////////////////////////////////////////////////////////