[Libreoffice-commits] core.git: sal/android

Stephan Bergmann sbergman at redhat.com
Wed Mar 27 02:22:04 PDT 2013


 sal/android/lo-bootstrap.c |    7 -------
 1 file changed, 7 deletions(-)

New commits:
commit 50bab8605e8288f9dcca013a625cb0e5715e76f6
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Wed Mar 27 10:21:38 2013 +0100

    -Werror=unused-macros
    
    Change-Id: I3c64ed78577988767a7da859e68a7f63f890f7dc

diff --git a/sal/android/lo-bootstrap.c b/sal/android/lo-bootstrap.c
index 99da6ab..27738dd 100644
--- a/sal/android/lo-bootstrap.c
+++ b/sal/android/lo-bootstrap.c
@@ -54,14 +54,9 @@
 #include "osl/detail/android-bootstrap.h"
 
 #undef LOGI
-#undef LOGW
 
 #define LOGI(...) ((void)__android_log_print(ANDROID_LOG_INFO, "lo-bootstrap", __VA_ARGS__))
-#define LOGW(...) ((void)__android_log_print(ANDROID_LOG_WARN, "lo-bootstrap", __VA_ARGS__))
 #define LOGE(...) ((void)__android_log_print(ANDROID_LOG_ERROR, "lo-bootstrap", __VA_ARGS__))
-#define LOGF(...) ((void)__android_log_print(ANDROID_LOG_FATAL, "lo-bootstrap", __VA_ARGS__))
-
-#define ROUND_DOWN(ptr,multiple) (void *)(((unsigned) (ptr)) & ~((multiple)-1))
 
 #define MAX(a,b) ((a) > (b) ? (a) : (b))
 
@@ -80,8 +75,6 @@ static JavaVM *the_java_vm;
 
 /* compression methods */
 #define STORE    0
-#define DEFLATE  8
-#define LZMA    14
 
 struct local_file_header {
     uint32_t signature;


More information about the Libreoffice-commits mailing list