Skip to content

Commit

Permalink
Remove unused instance variables.
Browse files Browse the repository at this point in the history
  • Loading branch information
eventualbuddha committed May 27, 2015
1 parent 9ff9d7a commit 6dfa8f1
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 @@ -23,7 +23,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 6dfa8f1

Please sign in to comment.