Skip to content

Commit b13c5b7

Browse files
captDaylightaxic
authored andcommitted
no local binaries, so removing useVersion method
1 parent c4af72d commit b13c5b7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

wrapper.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -196,10 +196,6 @@ function setupMethods (soljson) {
196196
supportsMulti: compileJSONMulti !== null,
197197
supportsImportCallback: compileJSONCallback !== null,
198198
supportsStandard: compileStandard !== null,
199-
// Use the given version if available.
200-
useVersion: function (versionString) {
201-
return setupMethods(require('./bin/soljson-' + versionString + '.js'));
202-
},
203199
// Loads the compiler of the given version from the github repository
204200
// instead of from the local filesystem.
205201
loadRemoteVersion: function (versionString, cb) {

0 commit comments

Comments
 (0)