Skip to content
This repository was archived by the owner on Dec 26, 2018. It is now read-only.

Commit 2e7a2f1

Browse files
committed
remove unused
1 parent beedf57 commit 2e7a2f1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/compiler.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,3 @@ function compileAsPromise (type, source, lang, filePath) {
292292
function toFunction (code) {
293293
return 'function(){' + code + '}'
294294
}
295-
296-
function generateSourceMap (script, output, content, parts) {
297-
298-
}

0 commit comments

Comments
 (0)