From 7a719d585db96ff7d2977db9067e1d9d4d0adf1a Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Wed, 25 Feb 2015 09:25:22 -0800 Subject: [PATCH] Remove unused method --- src/babel.coffee | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/babel.coffee b/src/babel.coffee index 01214fa1a..c93112e78 100644 --- a/src/babel.coffee +++ b/src/babel.coffee @@ -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.