diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-04-03 10:00:55 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-04-03 10:00:55 +0300 |
commit | 335cd830b0bd430d282687df58a91a69dac2c528 (patch) | |
tree | 3d49d43ed0c07d643b9fd081e6eb0522b57851c2 /sal/android | |
parent | c04f4393f5ec63dbd546b5c503ddc82d9cd2377e (diff) |
Kill superfluous vertical whitespace
Change-Id: I8c37b9ec45836f9c0e2dc0cf232f96f23c7c36d3
Diffstat (limited to 'sal/android')
-rw-r--r-- | sal/android/lo-bootstrap.c | 2 | ||||
-rw-r--r-- | sal/android/uthash.h | 3 |
2 files changed, 0 insertions, 5 deletions
diff --git a/sal/android/lo-bootstrap.c b/sal/android/lo-bootstrap.c index c43d3ba433bf..49f9b3aa627c 100644 --- a/sal/android/lo-bootstrap.c +++ b/sal/android/lo-bootstrap.c @@ -348,7 +348,6 @@ get_jni_string_array(JNIEnv *env, return JNI_TRUE; } - // public static native int getpid(); __attribute__ ((visibility("default"))) @@ -362,7 +361,6 @@ Java_org_libreoffice_android_Bootstrap_getpid(JNIEnv* env, return getpid(); } - // public static native void system(String cmdline); __attribute__ ((visibility("default"))) diff --git a/sal/android/uthash.h b/sal/android/uthash.h index 73cc36a33418..f31edaaa3c7b 100644 --- a/sal/android/uthash.h +++ b/sal/android/uthash.h @@ -225,7 +225,6 @@ do { HASH_FSCK(hh,head); \ } while (0) - /* convenience forms of HASH_FIND/HASH_ADD/HASH_DEL */ #define HASH_FIND_STR(head,findstr,out) \ HASH_FIND(hh,head,findstr,strlen(findstr),out) @@ -333,7 +332,6 @@ do { bkt = (hashv) & (num_bkts-1); \ } while (0) - /* SAX/FNV/OAT/JEN hash functions are macro variants of those listed at * http://eternallyconfuzzled.com/tuts/algorithms/jsw_tut_hashing.aspx */ #define HASH_SAX(key,keylen,num_bkts,hashv,bkt) \ @@ -751,7 +749,6 @@ do { uthash_expand_fyi(tbl); \ } while(0) - /* This is an adaptation of Simon Tatham's O(n log(n)) mergesort */ /* Note that HASH_SORT assumes the hash handle name to be hh. * HASH_SRT was added to allow the hash handle name to be passed in. */ |