mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Remove unused method
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user