fs: remove duplicate !options case
authorJeff Switzer <git@skratchdot.com>
Fri, 27 Sep 2013 03:03:59 +0000 (23:03 -0400)
committerBen Noordhuis <info@bnoordhuis.nl>
Fri, 27 Sep 2013 07:17:55 +0000 (09:17 +0200)
commit2e13d0ce17d75b30db22dea058f35207ecf1ad66
tree59d616125de72f4975627085d5f49e57639a2bed
parenteb091458c0f264f6bf8246b7f5626b8e8500148e
fs: remove duplicate !options case

I haven't actually tested this code, but was reading it due to a
post that linked to the code here:

    http://dailyjs.com/2013/09/26/libuv/

As I was reading through the code, I noticed a path that can't
be reached.

I didn't strictly follow the contributing guide:

    https://github.com/joyent/node/wiki/Contributing

but the change seems safe.

Feel free to close this out. I'm not sure if it was just an oversight
or what.
lib/fs.js