Remove unused $native.lastModified()

This commit is contained in:
Kevin Sawicki
2013-03-07 18:00:35 -08:00
parent fedf43ca0a
commit e7050b2083
3 changed files with 1 additions and 27 deletions

View File

@@ -131,9 +131,6 @@ module.exports =
traverse(rootPath, '', onFile, onDirectory)
lastModified: (path) ->
$native.lastModified(path)
md5ForPath: (path) ->
$native.md5ForPath(path)