Skip to content

Commit

Permalink
Drop runJit (#515)
Browse files Browse the repository at this point in the history
  • Loading branch information
s1na committed May 23, 2019
1 parent c27019b commit d642354
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 54 deletions.
2 changes: 0 additions & 2 deletions lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,6 @@ export default class VM extends AsyncEventEmitter {

this.allowUnlimitedContractSize = opts.allowUnlimitedContractSize === undefined ? false : opts.allowUnlimitedContractSize

// @deprecated
this.runJIT = require('./runJit.js').bind(this)
this.runBlockchain = require('./runBlockchain.js').bind(this)
}

Expand Down
16 changes: 0 additions & 16 deletions lib/runJit.js

This file was deleted.

36 changes: 0 additions & 36 deletions tests/api/runJit.js

This file was deleted.

0 comments on commit d642354

Please sign in to comment.