Skip to content

Commit

Permalink
remove unneeded code
Browse files Browse the repository at this point in the history
  • Loading branch information
kripken committed Dec 5, 2011
1 parent 1cceacd commit 60a4cbd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/jsifier.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ function JSify(data, functionsOnly, givenFunctions) {
var preFile = BUILD_AS_SHARED_LIB ? 'preamble_sharedlib.js' : 'preamble.js';
var pre = processMacros(preprocess(read(preFile).replace('{{RUNTIME}}', getRuntime())));
print(pre);
print('Runtime.QUANTUM_SIZE = ' + QUANTUM_SIZE);

Functions.implementedFunctions = set(data.unparsedFunctions.map(function(func) { return func.ident }));
}
Expand Down

0 comments on commit 60a4cbd

Please sign in to comment.