aboutsummaryrefslogtreecommitdiffstats
path: root/include/cutils
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2011-11-15 13:59:05 -0800
committerJean-Baptiste Queru <jbq@google.com>2011-11-15 13:59:05 -0800
commit17aad1469ade27a5b728632197c8b6f22af737e2 (patch)
treea38cdf62c55a1c61915dde5e7b0a79f20a5eb419 /include/cutils
parent98520ab9a656e44df364bf5eec60518e6cee54f9 (diff)
downloadsystem_core-17aad1469ade27a5b728632197c8b6f22af737e2.tar.gz
system_core-17aad1469ade27a5b728632197c8b6f22af737e2.tar.bz2
system_core-17aad1469ade27a5b728632197c8b6f22af737e2.zip
Revert "Fix build"
This reverts commit 25a89e771aae292193244852166564e83e36232b.
Diffstat (limited to 'include/cutils')
-rw-r--r--include/cutils/log.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/cutils/log.h b/include/cutils/log.h
index df6630fd..0e638097 100644
--- a/include/cutils/log.h
+++ b/include/cutils/log.h
@@ -79,7 +79,6 @@ extern "C" {
#else
#define ALOGV(...) ((void)ALOG(LOG_VERBOSE, LOG_TAG, __VA_ARGS__))
#endif
-#define ALOGV LOGV
#endif
#define CONDITION(cond) (__builtin_expect((cond)!=0, 0))
@@ -93,7 +92,6 @@ extern "C" {
? ((void)ALOG(LOG_VERBOSE, LOG_TAG, __VA_ARGS__)) \
: (void)0 )
#endif
-#define ALOGV_IF LOGV_IF
#endif
/*
@@ -164,7 +162,6 @@ extern "C" {
#else
#define IF_ALOGV() IF_ALOG(LOG_VERBOSE, LOG_TAG)
#endif
-#define IF_ALOGV IF_LOGV
#endif
/*