Skip to content

Commit abe5fc1

Browse files
authored
Update extend.es6
1 parent 2ab1130 commit abe5fc1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/extend.es6

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ export default (options = {}) => {
3030
};
3131
};
3232

33-
const api = new Api();
34-
3533
function handleExtendsNodes(tree, options, messages) {
3634
match.call(applyPluginsToTree(tree, options.plugins), {tag: 'extends'}, extendsNode => {
3735
if (! extendsNode.attrs || ! extendsNode.attrs.src) {

0 commit comments

Comments
 (0)