From cc471d7b068eebc8f8a02879bed71195d6661718 Mon Sep 17 00:00:00 2001
From: simonmar <unknown>
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 <michael.weber@post.rwth-aachen.de>
---
 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 4167d81d048d..d882ee634892 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 aff770ccf5ae..ff41cf6af962 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
-- 
GitLab