diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2019-06-18 12:42:06 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-06-18 14:57:24 +0200 |
commit | 27e3ed0d25735603d2c82744e3a8f5f3e0a8d043 (patch) | |
tree | 153fff60f4dbd17f6925188f3f61a5537adc6ea0 /sd | |
parent | 1f2bc634cd48e6f093fa6821253bd18621eaa1e3 (diff) |
sd: remove pre-gbuild map file
As far as I see this map file is not used to control linker-level
visibility in sd since the gbuild migration.
Change-Id: Iaf8bbd7a87a994aef1758fc85d3e33b590ae04b7
Reviewed-on: https://gerrit.libreoffice.org/74270
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Tested-by: Jenkins
Diffstat (limited to 'sd')
-rw-r--r-- | sd/qa/unit/export.map | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sd/qa/unit/export.map b/sd/qa/unit/export.map deleted file mode 100644 index 4ca70fa85463..000000000000 --- a/sd/qa/unit/export.map +++ /dev/null @@ -1,7 +0,0 @@ -UDK_3.0 { - global: - registerAllTestFunction; - - local: - *; -}; |