diff options
Diffstat (limited to 'libcutils/klog.cpp')
-rw-r--r-- | libcutils/klog.cpp | 4 |
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 | ||
30 | static int klog_level = KLOG_INFO_LEVEL; | 30 | static int klog_level = KLOG_INFO_LEVEL; |
31 | 31 | ||
32 | int klog_get_level(void) { | ||
33 | return klog_level; | ||
34 | } | ||
35 | |||
36 | void klog_set_level(int level) { | 32 | void klog_set_level(int level) { |
37 | klog_level = level; | 33 | klog_level = level; |
38 | } | 34 | } |