summaryrefslogtreecommitdiff
path: root/runoff1
diff options
context:
space:
mode:
Diffstat (limited to 'runoff1')
-rwxr-xr-xrunoff11
1 files changed, 0 insertions, 1 deletions
diff --git a/runoff1 b/runoff1
index 44fdcbe..ba42e8f 100755
--- a/runoff1
+++ b/runoff1
@@ -19,7 +19,6 @@ $linenum = 0;
foreach (@lines) {
$linenum++;
chomp;
- s!//DOC.*!!;
s/\s+$//;
if(length() >= 75){
print STDERR "$file:$linenum: line too long\n";