summaryrefslogtreecommitdiffstats
path: root/logd/LogKlog.h
diff options
context:
space:
mode:
authorAndreas Gampe <agampe@google.com>2015-07-27 11:04:37 -0700
committerAndreas Gampe <agampe@google.com>2015-07-27 14:17:33 -0700
commitd75564f9b88437446b44ce1035f82c005828ae9b (patch)
tree52a5e46fb349b55877dd6d4f5f00895fdbca1d13 /logd/LogKlog.h
parent5f3b05ad14db2a4ebc9eb25567bc951d465b3151 (diff)
downloadsystem_core-d75564f9b88437446b44ce1035f82c005828ae9b.tar.gz
system_core-d75564f9b88437446b44ce1035f82c005828ae9b.tar.bz2
system_core-d75564f9b88437446b44ce1035f82c005828ae9b.zip
Logd: Handle unused variable and fields
For build-system CFLAGS clean-up. Bug: 18632512 Change-Id: If81d6705b44e9a29f64c44c56ea633c031e831b7
Diffstat (limited to 'logd/LogKlog.h')
-rw-r--r--logd/LogKlog.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/logd/LogKlog.h b/logd/LogKlog.h
index a898c63ae..24b2685de 100644
--- a/logd/LogKlog.h
+++ b/logd/LogKlog.h
@@ -27,8 +27,6 @@ class LogKlog : public SocketListener {
LogBuffer *logbuf;
LogReader *reader;
const log_time signature;
- const int fdWrite; // /dev/kmsg
- const int fdRead; // /proc/kmsg
// Set once thread is started, separates KLOG_ACTION_READ_ALL
// and KLOG_ACTION_READ phases.
bool initialized;