From fe9f8c1800d8729fd1f07039c952f95ecefb560c Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Tue, 14 Aug 2012 23:30:56 +0200 Subject: solenv: remove unused functions Change-Id: I8e361beb954c742ddcecde4a4ba2a4ae57057c39 --- solenv/bin/modules/pre2par/work.pm | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'solenv/bin/modules/pre2par') 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 ############################################ -- cgit v1.2.3