From 78d4d5c28684dfab366cd533461851db714681eb Mon Sep 17 00:00:00 2001 From: George Kulakowski <kulakowski@google.com> Date: Thu, 29 Nov 2018 11:07:59 -0800 Subject: [PATCH] [devmgr] Remove an unused __UNUSED Test: no functional change Change-Id: Id68768b6e3ca29a3a58c95737cc9b14cd468e0c6 --- system/core/devmgr/devmgr/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/core/devmgr/devmgr/main.cpp b/system/core/devmgr/devmgr/main.cpp index 1e7f4a8dc38..86749fda3bc 100644 --- a/system/core/devmgr/devmgr/main.cpp +++ b/system/core/devmgr/devmgr/main.cpp @@ -514,7 +514,7 @@ int service_starter(void* arg) { } char vcmd[64]; - __UNUSED bool netboot = false; + bool netboot = false; bool vruncmd = false; if (!getenv_bool("netsvc.disable", false)) { const char* args[] = {"/boot/bin/netsvc", nullptr, nullptr, nullptr, nullptr, nullptr}; -- GitLab