prune faulty dead logic in pp_flock
authorZefram <zefram@fysh.org>
Fri, 17 Feb 2012 21:24:13 +0000 (21:24 +0000)
committerZefram <zefram@fysh.org>
Fri, 17 Feb 2012 21:26:08 +0000 (21:26 +0000)
commit1f28cbca6b01846f4a8465ca4aaa089461c0d7e0
treefaa296a13246f1a5d7800882d065eed2e46907ea
parenta0ee90d6275e8e8ed2d2366771ed2111c3dc870d
prune faulty dead logic in pp_flock

pp_flock had code to implicitly use the "last read" I/O handle if invoked
with no arguments.  Actually both of its arguments are mandatory, so this
could never be reached.  It was presumably cargo-culted from another op
such as pp_tell.
pp_sys.c