From 6b9d3875d970c62f841fc25a97340b56be2a210b Mon Sep 17 00:00:00 2001 From: Ningyuan Wang Date: Wed, 19 Apr 2017 16:30:37 -0700 Subject: [PATCH] Remove unused declaration in ipc_constants.h Bug: 37517107 Test: compile Change-Id: I00b3dc6da18e732611ab338843ca5c169e8b90a0 --- ipc_constants.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/ipc_constants.h b/ipc_constants.h index d967c2f..6afb0de 100644 --- a/ipc_constants.h +++ b/ipc_constants.h @@ -22,8 +22,6 @@ namespace wificond { namespace ipc_constants { extern const char kServiceName[]; -extern const char kDevModeServiceName[]; -extern const char kDevModePropertyKey[]; } // namespace ipc_constants } // namespace wificond