Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
axic committed Dec 10, 2019
1 parent 9e1d430 commit 6dbd6be
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions wrapper.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,6 @@ function setupMethods (soljson) {
alloc = soljson.cwrap('solidity_alloc', 'number', [ 'number' ]);
}

var resize;
if ('_solidity_resize' in soljson) {
resize = soljson.cwrap('solidity_resize', null, [ 'number', 'number' ]);
}

var reset;
if ('_solidity_reset' in soljson) {
reset = soljson.cwrap('solidity_reset', null, []);
Expand Down

0 comments on commit 6dbd6be

Please sign in to comment.