summaryrefslogtreecommitdiff
path: root/solenv/bin/modules/installer
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2021-05-27 15:40:41 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2021-05-27 19:10:19 +0200
commita04bb13513ea64fef867365d6eb0264970d58182 (patch)
tree0276ae62da7b39e849b320f2a72ee72de2d26a68 /solenv/bin/modules/installer
parentcb7bf2ce168bc262d324e62888934cdf4113170d (diff)
installer-code: remove some unused or pointless subs
of course just the very tip of the iceberg, but you gotta start somewhere… Change-Id: I24ef6a51ec70c70418368da54595637283055d84 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116255 Tested-by: Jenkins Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Diffstat (limited to 'solenv/bin/modules/installer')
-rw-r--r--solenv/bin/modules/installer/remover.pm8
1 files changed, 0 insertions, 8 deletions
diff --git a/solenv/bin/modules/installer/remover.pm b/solenv/bin/modules/installer/remover.pm
index 1e088a63e0a1..426056eef37f 100644
--- a/solenv/bin/modules/installer/remover.pm
+++ b/solenv/bin/modules/installer/remover.pm
@@ -40,14 +40,6 @@ sub remove_leading_and_ending_quotationmarks
$$stringref =~ s/\"\s*$//;
}
-sub remove_leading_and_ending_slashes
-{
- my ( $stringref ) = @_;
-
- $$stringref =~ s/^\s*\///g;
- $$stringref =~ s/\/\s*$//g;
-}
-
sub remove_ending_pathseparator
{
my ( $stringref ) = @_;