diff options
| author | simonmar <unknown> | 1999-12-09 11:25:45 +0000 |
|---|---|---|
| committer | simonmar <unknown> | 1999-12-09 11:25:45 +0000 |
| commit | cc471d7b068eebc8f8a02879bed71195d6661718 (patch) | |
| tree | 81831b95c3176794633e1ee56babc06feee78baf | |
| parent | 46acf684ce75075be17d2f3f30cabc08cc363851 (diff) | |
| download | haskell-cc471d7b068eebc8f8a02879bed71195d6661718.tar.gz | |
[project @ 1999-12-09 11:25:44 by simonmar]
Remove bogus #! lines.
Obtained-from: Michael Weber <michael.weber@post.rwth-aachen.de>
| -rw-r--r-- | ghc/utils/stat2resid/parse-gcstats.prl | 1 | ||||
| -rw-r--r-- | ghc/utils/stat2resid/process-gcstats.prl | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/ghc/utils/stat2resid/parse-gcstats.prl b/ghc/utils/stat2resid/parse-gcstats.prl index 4167d81d04..d882ee6348 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 aff770ccf5..ff41cf6af9 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 |
