summaryrefslogtreecommitdiff
path: root/solenv/bin/modules/pre2par
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2012-08-14 23:30:56 +0200
committerTim Retout <tim@retout.co.uk>2012-08-15 08:45:37 +0100
commitfe9f8c1800d8729fd1f07039c952f95ecefb560c (patch)
treec020a950e3fc464f771fc06fedeb538c78b6e324 /solenv/bin/modules/pre2par
parentab03e87741f25d3a5532a75c3dc59b5556a2bb24 (diff)
solenv: remove unused functions
Change-Id: I8e361beb954c742ddcecde4a4ba2a4ae57057c39
Diffstat (limited to 'solenv/bin/modules/pre2par')
-rw-r--r--solenv/bin/modules/pre2par/work.pm16
1 files changed, 0 insertions, 16 deletions
diff --git a/solenv/bin/modules/pre2par/work.pm b/solenv/bin/modules/pre2par/work.pm
index fe90bdfac737..f055c7cc7ad9 100644
--- a/solenv/bin/modules/pre2par/work.pm
+++ b/solenv/bin/modules/pre2par/work.pm
@@ -289,22 +289,6 @@ sub getlangfilename
return $pre2par::globals::langfilename;
}
-###################################################
-# Creating the ulf file name from the
-# corresponding pre file name
-###################################################
-
-sub getulffilename
-{
- my ($prefilename) = @_;
-
- my $ulffilename = $prefilename;
- $ulffilename =~ s/\.pre\s*$/\.ulf/;
- pre2par::pathanalyzer::make_absolute_filename_to_relative_filename(\$ulffilename);
-
- return $ulffilename;
-}
-
############################################
# Checking if a file exists
############################################