From cc471d7b068eebc8f8a02879bed71195d6661718 Mon Sep 17 00:00:00 2001 From: simonmar Date: Thu, 9 Dec 1999 11:25:45 +0000 Subject: [PATCH] [project @ 1999-12-09 11:25:44 by simonmar] Remove bogus #! lines. Obtained-from: Michael Weber --- ghc/utils/stat2resid/parse-gcstats.prl | 1 - ghc/utils/stat2resid/process-gcstats.prl | 1 - 2 files changed, 2 deletions(-) diff --git a/ghc/utils/stat2resid/parse-gcstats.prl b/ghc/utils/stat2resid/parse-gcstats.prl index 4167d81..d882ee6 100644 --- a/ghc/utils/stat2resid/parse-gcstats.prl +++ b/ghc/utils/stat2resid/parse-gcstats.prl @@ -1,4 +1,3 @@ -#!/local/sun4/bin/perl # # Subroutines to parses a ghc Garbage Collection stats file # diff --git a/ghc/utils/stat2resid/process-gcstats.prl b/ghc/utils/stat2resid/process-gcstats.prl index aff770c..ff41cf6 100644 --- a/ghc/utils/stat2resid/process-gcstats.prl +++ b/ghc/utils/stat2resid/process-gcstats.prl @@ -1,4 +1,3 @@ -#!/local/sun4/bin/perl # # Subroutines which derive information from # ghc garbage collection stats -- %gcstat -- 1.7.10.4