diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2018-09-13 21:54:31 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2018-09-14 07:26:09 +0200 |
commit | 4464f851a34fb000673e54a3f7d6395682d53003 (patch) | |
tree | 4949c92e86069ae43e54437f9f49fc6b3f6b6d58 /sal/util | |
parent | a9d3d2b34415edd0d7018e940b41321b9951d151 (diff) |
These rtl_hash* functions appear to never have been exported from sal
They were introduced with 9399c662f36c385b0c705eb34e636a9aec450282 "initial
import" without any trace of being exported DLLPUBLIC-style, and were probably
included in error in the initial sal/util/sal.map when that was introduced in
92b0714c409bd3cffcefd338371ee000fa1b5805 "new".
That means the functions themselves can be moved from extern "C" to an unnamed
namespace (and the resulting loplugin:salbool warnings be fixed).
Change-Id: Ida99540edce9560e69081f507e41db2af34966fb
Reviewed-on: https://gerrit.libreoffice.org/60469
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'sal/util')
-rw-r--r-- | sal/util/sal.map | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sal/util/sal.map b/sal/util/sal.map index 86ad07525ee6..07150ab0340d 100644 --- a/sal/util/sal.map +++ b/sal/util/sal.map @@ -196,13 +196,6 @@ UDK_3_0_0 { rtl_reallocateMemory; rtl_zeroMemory; rtl_findInMemory; - rtl_hashentry_destroy; - rtl_hashfunc; - rtl_hashtable_add; - rtl_hashtable_destroy; - rtl_hashtable_find; - rtl_hashtable_grow; - rtl_hashtable_init; rtl_locale_equals; rtl_locale_getCountry; rtl_locale_getDefault; |