Skip to content

Commit

Permalink
Merge pull request #4 from eventualbuddha/remove-unused-ivar
Browse files Browse the repository at this point in the history
Remove unused instance variables.
  • Loading branch information
Rich-Harris committed May 27, 2015
2 parents c25e678 + 6dfa8f1 commit d576c56
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/Bundle.js
Expand Up @@ -35,7 +35,6 @@ export default class Bundle {
this.modulePromises = {};
this.statements = [];
this.externalModules = [];
this.defaultExportName = null;
this.internalNamespaceModules = [];
}

Expand Down
1 change: 0 additions & 1 deletion src/Module.js
Expand Up @@ -19,7 +19,6 @@ export default class Module {

this.bundle = bundle;
this.path = path;
this.relativePath = relative( bundle.base, path ).slice( 0, -3 ); // remove .js

this.magicString = new MagicString( source, {
filename: path
Expand Down

0 comments on commit d576c56

Please sign in to comment.