liblog: remove more unneeded #define's
Test: build Change-Id: I44f1d051e5438e38d7c14f79a7e72dd18cd3df83
This commit is contained in:
parent
6b9b468dcb
commit
576e83429c
1 changed files with 0 additions and 5 deletions
|
@ -87,8 +87,6 @@ int __android_log_stats_bwrite(int32_t tag, const void* payload, size_t len);
|
|||
/*
|
||||
* Event log entry types.
|
||||
*/
|
||||
#ifndef __AndroidEventLogType_defined
|
||||
#define __AndroidEventLogType_defined
|
||||
typedef enum {
|
||||
/* Special markers for android_log_list_element type */
|
||||
EVENT_TYPE_LIST_STOP = '\n', /* declare end of list */
|
||||
|
@ -101,9 +99,6 @@ typedef enum {
|
|||
EVENT_TYPE_LIST = 3,
|
||||
EVENT_TYPE_FLOAT = 4,
|
||||
} AndroidEventLogType;
|
||||
#endif
|
||||
#define sizeof_AndroidEventLogType sizeof(typeof_AndroidEventLogType)
|
||||
#define typeof_AndroidEventLogType unsigned char
|
||||
|
||||
#ifndef LOG_EVENT_INT
|
||||
#define LOG_EVENT_INT(_tag, _value) \
|
||||
|
|
Loading…
Reference in a new issue