diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-12-03 14:42:21 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-12-03 16:23:13 +0100 |
commit | 413be25c24594a16cc3ac4e5e62ec3b6a5dc7d51 (patch) | |
tree | acd1d4746ff5d2092c011e7db2dc26574678cf28 /bridges | |
parent | 197ec9cf1b7f50e0221c12e05dbc3e0064a82352 (diff) |
Remove long dead workaround
Change-Id: I0a388b0a4bd2dd651e4c65d96aec648115189224
Diffstat (limited to 'bridges')
-rw-r--r-- | bridges/source/jni_uno/jni_base.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/bridges/source/jni_uno/jni_base.h b/bridges/source/jni_uno/jni_base.h index 1d7d1fb2cb16..b8bf0c277a5e 100644 --- a/bridges/source/jni_uno/jni_base.h +++ b/bridges/source/jni_uno/jni_base.h @@ -20,15 +20,6 @@ #ifndef INCLUDED_JNI_BASE_H #define INCLUDED_JNI_BASE_H -#if defined (__SUNPRO_CC) || defined (__SUNPRO_C) -// workaround solaris include trouble on jumbo -#include <stdarg.h> -namespace std -{ -typedef __va_list va_list; -} -#endif - #include "jvmaccess/unovirtualmachine.hxx" #include "jvmaccess/virtualmachine.hxx" |