summaryrefslogtreecommitdiff
path: root/scp2/source/ooo
diff options
context:
space:
mode:
authorPedro Giffuni <pfg@apache.org>2017-01-16 22:25:07 +0000
committerPedro Giffuni <pfg@apache.org>2017-01-16 22:25:07 +0000
commit95ba35dde78288c707d4143a9ef8e67e1acfae43 (patch)
treec57de32783199ed6acfc2c3a684b4e8dd1406142 /scp2/source/ooo
parent28b9aab0830dc5015593203f71d5ccdaf59fa730 (diff)
i104495 - libstdc++ removal.
This cleanup was meant for KDE4 integration: in the BSDs this is dead code and it doesn't seem a good idea on linux either, plus carrying libstdc++ doesn't align with ASF policies.
Notes
Notes: prefer: 98404a843198c532c5639b073a3a83ff3529615b
Diffstat (limited to 'scp2/source/ooo')
-rw-r--r--scp2/source/ooo/ure.scp22
1 files changed, 0 insertions, 22 deletions
diff --git a/scp2/source/ooo/ure.scp b/scp2/source/ooo/ure.scp
index 5263b27f41ff..a4399d63f6b5 100644
--- a/scp2/source/ooo/ure.scp
+++ b/scp2/source/ooo/ure.scp
@@ -823,26 +823,6 @@ File gid_File_Dl_Libxml2
End
#endif
-#if defined _gcc3 && !(defined NETBSD \
- || defined MACOSX || defined SYSTEM_STDLIBS || defined(WNT) || defined(OS2))
-File gid_File_Dl_GccS
- TXT_FILE_BODY;
- Dir = SCP2_URE_DL_DIR;
- Name = SCP2_URE_DL_VER("gcc_s", STRING(SHORTSTDC3));
- Styles = (PACKED, VERSION_INDEPENDENT_COMP_ID);
-End
-#endif
-
-#if defined _gcc3 && !(defined NETBSD \
- || defined MACOSX || defined SYSTEM_STDLIBS || defined(WNT) || defined(OS2))
-File gid_File_Dl_Stdcpp
- Dir = SCP2_URE_DL_DIR;
- TXT_FILE_BODY;
- Name = SCP2_URE_DL_VER("stdc++", STRING(SHORTSTDCPP3));
- Styles = (PACKED, VERSION_INDEPENDENT_COMP_ID);
-End
-#endif
-
#if (defined WNT && defined _gcc3)
File gid_File_Lib_Mingwm10_Ure
TXT_FILE_BODY;
@@ -1032,8 +1012,6 @@ Module gid_Module_Root_Ure_Hidden
gid_File_Dl_Textoutstream,
gid_File_Dl_Uuresolver,
gid_File_Dl_Libxml2,
- gid_File_Dl_GccS,
- gid_File_Dl_Stdcpp,
gid_File_Lib_Mingw_GccS_Ure,
gid_File_Lib_Mingw_Stdcpp_Ure,
gid_File_Lib_Mingwm10_Ure,