summaryrefslogtreecommitdiffstats
path: root/logd/LogKlog.h
diff options
context:
space:
mode:
authorAndreas Gampe <agampe@google.com>2015-07-27 11:04:37 -0700
committerSteve Kondik <steve@cyngn.com>2015-11-01 04:29:12 -0800
commit67c96c8d5a59e071983270ddd54bad8d0d744d95 (patch)
tree6af9886be60c8cd442cf30261766f78bf61be84a /logd/LogKlog.h
parent58be58ce08766780ea9941a46426942fd16cd0cf (diff)
downloadsystem_core-67c96c8d5a59e071983270ddd54bad8d0d744d95.zip
system_core-67c96c8d5a59e071983270ddd54bad8d0d744d95.tar.gz
system_core-67c96c8d5a59e071983270ddd54bad8d0d744d95.tar.bz2
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 a898c63..24b2685 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;