commit | bc841be98ff5804e5ff8477a75873a05126c935a | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Thu May 16 08:03:26 2019 -0700 |
committer | Patrick Venture <venture@google.com> | Thu May 16 08:03:26 2019 -0700 |
tree | dd47a57c1100b46a3f42093163e8024d3b894f80 | |
parent | e955e07d1851b18bfa23ead2b0b779f393fd30c0 [diff] |
tools: drop extraneous return statemen Signed-off-by: Patrick Venture <venture@google.com> Change-Id: I2a12b61b63ec1e0d54fffae07431c145b988ad7f
diff --git a/tools/updater.cpp b/tools/updater.cpp index 7c78765..975ee0f 100644 --- a/tools/updater.cpp +++ b/tools/updater.cpp
@@ -264,8 +264,6 @@ * benefit from a diagram. */ blob->closeBlob(session); - - return; } } // namespace host_tool