diff --git a/lib/fs.js b/lib/fs.js index 4d70555bcce..847de4dbb87 100644 --- a/lib/fs.js +++ b/lib/fs.js @@ -621,10 +621,6 @@ fs.readFileSync = function(path, options) { return buffer; }; - -// Yes, the follow could be easily DRYed up but I provide the explicit -// list to make the arguments clear. - fs.close = function(fd, callback) { var req = new FSReqWrap(); req.oncomplete = makeCallback(callback);