Remove unused method

This commit is contained in:
Kevin Sawicki
2013-05-21 10:48:48 -07:00
parent 9f94d1b6b4
commit 9841df732f

View File

@@ -81,12 +81,6 @@ _.extend atom,
else
throw new Error("Could not resolve '#{id}' to a package path")
packageExists: (id) ->
if fsUtils.isDirectory(id)
true
else
fsUtils.isDirectory(fsUtils.resolve(config.packageDirPaths..., id))
resolvePackagePath: _.memoize (id) ->
return id if fsUtils.isDirectory(id)
path = fsUtils.resolve(config.packageDirPaths..., id)