summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'libcutils/klog.cpp')
-rw-r--r--libcutils/klog.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/libcutils/klog.cpp b/libcutils/klog.cpp
index 15adf6baf..d301276f9 100644
--- a/libcutils/klog.cpp
+++ b/libcutils/klog.cpp
@@ -29,10 +29,6 @@
29 29
30static int klog_level = KLOG_INFO_LEVEL; 30static int klog_level = KLOG_INFO_LEVEL;
31 31
32int klog_get_level(void) {
33 return klog_level;
34}
35
36void klog_set_level(int level) { 32void klog_set_level(int level) {
37 klog_level = level; 33 klog_level = level;
38} 34}