diff options
author | Denton Liu <liu.denton+github@gmail.com> | 2016-08-19 22:37:24 +0800 |
---|---|---|
committer | Denton Liu <liu.denton+github@gmail.com> | 2016-08-19 23:02:54 +0800 |
commit | e91e945933eb66d8556b4af1fef657a5f86a7167 (patch) | |
tree | 622e21f4d14ec960b2926dd060d6cf2b2d4790b3 /std/service | |
parent | 74545e70a4916437bab59d82637526c3087d1fa4 (diff) | |
download | dexon-solidity-e91e945933eb66d8556b4af1fef657a5f86a7167.tar.gz dexon-solidity-e91e945933eb66d8556b4af1fef657a5f86a7167.tar.zst dexon-solidity-e91e945933eb66d8556b4af1fef657a5f86a7167.zip |
Remove unnecessary contracts
Diffstat (limited to 'std/service')
-rw-r--r-- | std/service | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/std/service b/std/service deleted file mode 100644 index 48efae0e..00000000 --- a/std/service +++ /dev/null @@ -1,8 +0,0 @@ -import "./Config"; -import "./configUser"; - -contract service is configUser { - function service(uint _n) { - Config(configAddr()).register(_n, this); - } -} |