aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlloyd <[email protected]>2006-09-08 02:27:26 +0000
committerlloyd <[email protected]>2006-09-08 02:27:26 +0000
commit770c39fbe0613132e58906dc709190d5e0ec037d (patch)
treea646c2a5a2b940b1bcf14e6f78ee80708225bdf6
parent1781c563cc0f548e27749833cdb8104db9a9f63c (diff)
Remove print_header(), no longer used
-rwxr-xr-xconfigure.pl7
1 files changed, 0 insertions, 7 deletions
diff --git a/configure.pl b/configure.pl
index d08d44544..64770eedb 100755
--- a/configure.pl
+++ b/configure.pl
@@ -1477,13 +1477,6 @@ sub generate_makefile {
close MAKEFILE;
}
-sub print_header {
- my ($fh, $string) = @_;
- print $fh '#' x 50, "\n",
- "# $string", ' 'x(47-length($string)), "#\n",
- '#' x 50, "\n";
-}
-
##################################################
# Print a Unix style makefile #
##################################################