diff options
author | aquanight <aquanight@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-04-13 18:27:36 +0000 |
---|---|---|
committer | aquanight <aquanight@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-04-13 18:27:36 +0000 |
commit | a3e3415b9b22251c3247c8732ab3f1b3841803a2 (patch) | |
tree | d5396e0ed85fd3684a373732e0c0e0e828adc875 /make | |
parent | bb8eb83c28688f01bc161a8ce1b526956b2f1a83 (diff) |
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
Diffstat (limited to 'make')
-rwxr-xr-x | make/run-cc.pl | 6 |
1 files changed, 0 insertions, 6 deletions
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])) { |