remove clear()

pull/7/head
yann300 8 years ago
parent 877250932b
commit 37804ac5fe
  1. 10
      src/storage/storageResolver.js

@ -6,7 +6,7 @@ var util = require('../helpers/global')
class StorageResolver {
constructor (_traceManager) {
this.traceManager = _traceManager
this.clear()
this.storageByAddress = {}
}
/**
@ -48,14 +48,6 @@ class StorageResolver {
return this.storageByAddress[address] && this.storageByAddress[address].complete
}
/**
* clear the cache
*
*/
clear () {
this.storageByAddress = {}
}
/**
* resolve the storage to the specified execution step @arg index. uses the traceManager.accumulateStorageChanges
*

Loading…
Cancel
Save