[Nasm-commits] [nasm:nasm-2.15.xx] mkdep.pl: remove debugging print statement

nasm-bot for H. Peter Anvin (Intel) hpa at zytor.com
Thu Jun 4 19:57:10 PDT 2020


Commit-ID:  aaa863fbe430943b83489584077498843c34f037
Gitweb:     http://repo.or.cz/w/nasm.git?a=commitdiff;h=aaa863fbe430943b83489584077498843c34f037
Author:     H. Peter Anvin (Intel) <hpa at zytor.com>
AuthorDate: Thu, 4 Jun 2020 18:33:26 -0700
Committer:  H. Peter Anvin (Intel) <hpa at zytor.com>
CommitDate: Thu, 4 Jun 2020 18:33:26 -0700

mkdep.pl: remove debugging print statement

Remove debugging print statement.

Signed-off-by: H. Peter Anvin (Intel) <hpa at zytor.com>


---
 tools/mkdep.pl | 2 --
 1 file changed, 2 deletions(-)

diff --git a/tools/mkdep.pl b/tools/mkdep.pl
index b60b1b05..27342c7f 100755
--- a/tools/mkdep.pl
+++ b/tools/mkdep.pl
@@ -109,8 +109,6 @@ sub alldeps($$) {
 sub convert_file($$) {
     my($file,$sep) = @_;
 
-    print STDERR "convert_file: $file\n";
-
     my @fspec = (basename($file));
     while ( ($file = dirname($file)) ne File::Spec->curdir() &&
 	    $file ne File::Spec->rootdir() ) {


More information about the Nasm-commits mailing list