commit | 216108f1da47112268dc87f8984bb86db33c27d7 | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Fri Oct 12 17:45:47 2018 -0700 |
committer | Patrick Venture <venture@google.com> | Sat Oct 13 21:16:58 2018 +0000 |
tree | fbbf7a6b62e5237c99c388fad6ea2e499997af5d | |
parent | 28557a1f6b2976fb67cb0238f4a1dbba0b295784 [diff] |
cable: drop unused assignment Drop unused reply.value assignment. Change-Id: I58d3bac0a9e2132a1f2fe82427d195dce3811c16 Signed-off-by: Patrick Venture <venture@google.com>
diff --git a/cable.cpp b/cable.cpp index a9e6da2..ea362b2 100644 --- a/cable.cpp +++ b/cable.cpp
@@ -126,7 +126,6 @@ struct CableReply reply; reply.subcommand = SysCableCheck; - reply.value = 0x00; // Default false // If we have received packets then there is a cable present. reply.value = (count > 0) ? 1 : 0;