summaryrefslogtreecommitdiff
path: root/solenv/bin/modules/pre2par/work.pm
diff options
context:
space:
mode:
Diffstat (limited to 'solenv/bin/modules/pre2par/work.pm')
-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
############################################