From c0970d31f3089c16d6f230decfef2566731a529a Mon Sep 17 00:00:00 2001 From: Andreas Gampe Date: Mon, 24 Nov 2014 18:48:55 -0800 Subject: Healthd: Remove unused variables For build-system CFLAGS clean-up, remove unused variables. Change-Id: Ifc5884518bfdb744ea9823b98db544dbe59c20d2 --- healthd/healthd.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'healthd/healthd.cpp') diff --git a/healthd/healthd.cpp b/healthd/healthd.cpp index 30a4b42..b34583d 100644 --- a/healthd/healthd.cpp +++ b/healthd/healthd.cpp @@ -64,7 +64,6 @@ static int epollfd; #define MAX_EPOLL_EVENTS 40 static int uevent_fd; static int wakealarm_fd; -static int binder_fd; // -1 for no epoll timeout static int awake_poll_interval = -1; -- cgit v1.1