summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2019-06-18 12:42:06 +0200
committerMiklos Vajna <vmiklos@collabora.com>2019-06-18 14:57:24 +0200
commit27e3ed0d25735603d2c82744e3a8f5f3e0a8d043 (patch)
tree153fff60f4dbd17f6925188f3f61a5537adc6ea0
parent1f2bc634cd48e6f093fa6821253bd18621eaa1e3 (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
-rw-r--r--sd/qa/unit/export.map7
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:
- *;
-};