ywrap: remove an obsolete FIXME comment
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 12 Jan 2013 16:53:17 +0000 (17:53 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 12 Jan 2013 16:53:19 +0000 (17:53 +0100)
If it were still relevant, somebody would have complained by now.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
lib/ylwrap

index 13b6a23..8f072a8 100755 (executable)
@@ -161,8 +161,6 @@ case $prog in
   *[\\/]*) prog=`pwd`/$prog ;;
 esac
 
-# FIXME: add hostname here for parallel makes that run commands on
-# other machines.  But that might take us over the 14-char limit.
 dirname=ylwrap$$
 do_exit="cd '`pwd`' && rm -rf $dirname > /dev/null 2>&1;"' (exit $ret); exit $ret'
 trap "ret=129; $do_exit" 1