fs: undeprecate exists() and existsSync()
authorcjihrig <cjihrig@gmail.com>
Mon, 12 Jan 2015 14:24:30 +0000 (09:24 -0500)
committercjihrig <cjihrig@gmail.com>
Mon, 12 Jan 2015 19:52:08 +0000 (14:52 -0500)
commit3a85eac4ec7ff8a1700ddec21e0177d2f60335ea
tree4a7a27ce336a663e1b42b0a7dfad1b1c86503699
parent14dc9175eb48789043d87bbd8e40d26727209bd0
fs: undeprecate exists() and existsSync()

fs.exists() and fs.existsSync() were deprecated in #103. This
commit removes the deprecation message, in order to stay more
in sync with joyent/node for the io.js 1.0.0 release.

Fixes: https://github.com/iojs/io.js/issues/257
PR-URL: https://github.com/iojs/io.js/pull/307
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Bert Belder <bertbelder@gmail.com>
lib/fs.js