Browse Source

Comment fixes.

Pavel Roskin 22 years ago
parent
commit
5e039bf28f
1 changed files with 0 additions and 2 deletions
  1. 0 2
      vfs/extfs/uarj.in

+ 0 - 2
vfs/extfs/uarj.in

@@ -30,7 +30,6 @@ mcarjfs_list ()
 
    if ($0 ~ /^[0-9]+\) .*/) {
     filestr=$0
-#   file=substr($0, 6)
     sub(/^[0-9]*\) /, "")
     file=$0
     uid=uuid
@@ -56,7 +55,6 @@ mcarjfs_list ()
     owner=1
    }
   }'
- #2>/dev/null
 }