summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-12-13 08:22:36 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-12-13 11:07:05 +0100
commit6cbbe3a6c35cde186351315ddb189366bcca1deb (patch)
tree6977f6e51935e36eff7c37900e8753215baf585d
parent97c80a73a76037057051e54b083193f33ba24a99 (diff)
[API CHANGE] Remove SAL_CALL_ELLIPSE
At least internally it was unused at least ever since 9399c662f36c385b0c705eb34e636a9aec450282 "initial import", it is unlikely that it ever was used for anything useful, and it is highly unlikely that it is used by 3rd-party code. Change-Id: I8b1e7e18e041164580acbb0bdba205ec1dca71d2 Reviewed-on: https://gerrit.libreoffice.org/46364 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
-rw-r--r--include/sal/types.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sal/types.h b/include/sal/types.h
index d1f5dbeec507..49f7568a1978 100644
--- a/include/sal/types.h
+++ b/include/sal/types.h
@@ -235,7 +235,6 @@ typedef void * sal_Handle;
# define SAL_DLLPUBLIC_TEMPLATE
# define SAL_DLLPUBLIC_RTTI
# define SAL_CALL __cdecl
-# define SAL_CALL_ELLIPSE __cdecl
#elif defined SAL_UNX
# if defined(__GNUC__)
# if defined(DISABLE_DYNLOADING)
@@ -270,7 +269,6 @@ typedef void * sal_Handle;
# define SAL_DLLPUBLIC_RTTI
# endif
# define SAL_CALL
-# define SAL_CALL_ELLIPSE
#else
# error("unknown platform")
#endif