Browse Source

amberc.js: remove obsolet toLoad variable

Manfred Kroehnert 12 years ago
parent
commit
7fbcb019c4
1 changed files with 0 additions and 2 deletions
  1. 0 2
      bin/amberc.js

+ 0 - 2
bin/amberc.js

@@ -241,10 +241,8 @@ function resolve_libraries() {
 	});
 
 	// Resolve libraries listed in defaults.load
-	var toLoad = [];
 	defaults.load.forEach(function(file) {
 		var resolvedFile = resolve_js(file);
-		toLoad.push(resolvedFile);
 		compilerFiles.push(resolvedFile);
 		defaults.libraries.push(resolvedFile);
 	});