bwarken pushed a commit to branch master
in repository groff.
commit dee3a93911fbbbcd0e7f0ed3a8263d34ff6b153c
Author: Bernd Warken <[email protected]>
Date: Sat Jun 14 17:43:53 2014 +0200
grog: Remove some STDERR output.
---
src/roff/grog/subs.pl | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
diff --git a/src/roff/grog/subs.pl b/src/roff/grog/subs.pl
index 933cc3f..6c9c1dc 100644
--- a/src/roff/grog/subs.pl
+++ b/src/roff/grog/subs.pl
@@ -739,12 +739,6 @@ EOF
######################################################################
# create groff command
- @FILES = ( '-' ) unless ( @FILES );
-
- for (@FILES) {
- print STDERR 'filearg: ' . $_;
- }
-
unshift @Command, 'groff';
if ( @preprograms ) {
my @progs;
_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit