Skip to content

Commit

Permalink
chore EVMScriptRegistryFactory: remove unused AppProxyFactory base co…
Browse files Browse the repository at this point in the history
…ntract
  • Loading branch information
izqui committed Oct 28, 2018
1 parent b5c0a98 commit a8a45c9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions contracts/factory/EVMScriptRegistryFactory.sol
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@ import "../evmscript/EVMScriptRegistry.sol";

import "../evmscript/executors/CallsScript.sol";

import "./AppProxyFactory.sol";
import "../kernel/Kernel.sol";
import "../acl/ACL.sol";


contract EVMScriptRegistryFactory is AppProxyFactory, EVMScriptRegistryConstants {
contract EVMScriptRegistryFactory is EVMScriptRegistryConstants {
EVMScriptRegistry public baseReg;
IEVMScriptExecutor public baseCallScript;

Expand Down

0 comments on commit a8a45c9

Please sign in to comment.