Nix fs.async.* methods. They aren't needed now.

This commit is contained in:
Corey Johnson & Nathan Sobo
2012-08-30 16:12:15 -06:00
parent 08b9d69f59
commit bd1982ede1
4 changed files with 0 additions and 36 deletions

View File

@@ -116,16 +116,3 @@ module.exports =
md5ForPath: (path) ->
$native.md5ForPath(path)
async:
list: (path) ->
deferred = $.Deferred()
$native.asyncList path, false, (subpaths) ->
deferred.resolve subpaths
deferred
listTree: (path) ->
deferred = $.Deferred()
$native.asyncList path, true, (subpaths) ->
deferred.resolve subpaths
deferred