From a3e3415b9b22251c3247c8732ab3f1b3841803a2 Mon Sep 17 00:00:00 2001 From: aquanight Date: Sun, 13 Apr 2008 18:27:36 +0000 Subject: Remove comments about coming up with a better way that has been come up with. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9490 e03df62e-2008-0410-955e-edbf42e46eb7 --- make/run-cc.pl | 6 ------ 1 file changed, 6 deletions(-) (limited to 'make/run-cc.pl') diff --git a/make/run-cc.pl b/make/run-cc.pl index 1ae219f69..8ca216c4e 100755 --- a/make/run-cc.pl +++ b/make/run-cc.pl @@ -156,12 +156,6 @@ if ($pid) { LINE: while (defined(my $line = <$r_stderr>)) { chomp $line; - # someone come up with a better way of doing this, it cant go in message filters as message filters - # cant do straight-out replace. - # - # The order of these replacements is IMPORTANT. DO NOT REORDER THEM. - - for my $filter (@msgfilters) { my @caps; if (@caps = ($line =~ $filter->[0])) { -- cgit v1.2.3