mirror of
https://github.com/atom/atom.git
synced 2026-02-16 01:25:13 -05:00
Remove unused method
This commit is contained in:
@@ -128,10 +128,6 @@ transpile = (sourceCode, filePath, cachePath) ->
|
||||
|
||||
js
|
||||
|
||||
isRoot = (filePath) ->
|
||||
parts = path.parse(filePath)
|
||||
parts.root == filePath
|
||||
|
||||
# Function that obeys the contract of an entry in the require.extensions map.
|
||||
# Returns the transpiled version of the JavaScript code at filePath, which is
|
||||
# either generated on the fly or pulled from cache.
|
||||
|
||||
Reference in New Issue
Block a user