From e4ab19c67d00b526a3f8c1af4e8e8153c2867294 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Mon, 3 Mar 2014 10:57:28 -0800 Subject: [PATCH] Remove deprecated and unused constants from . Change-Id: I23d54b5eaf918859480f927534a3f9e3af602311 --- libc/include/sys/klog.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/libc/include/sys/klog.h b/libc/include/sys/klog.h index 02851d290..acfaa2069 100644 --- a/libc/include/sys/klog.h +++ b/libc/include/sys/klog.h @@ -25,6 +25,7 @@ * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ + #ifndef _SYS_KLOG_H_ #define _SYS_KLOG_H_ @@ -45,13 +46,6 @@ __BEGIN_DECLS #define KLOG_SIZE_UNREAD 9 #define KLOG_SIZE_BUFFER 10 -/* These are deprecated names that were used in earlier bionic releases. Do not use. */ -#define KLOG_DISABLE 6 -#define KLOG_ENABLE 7 -#define KLOG_SETLEVEL 8 -#define KLOG_UNREADSIZE 9 -#define KLOG_WRITE 10 - extern int klogctl(int, char *, int); __END_DECLS -- 2.11.0