aboutsummaryrefslogtreecommitdiffstats
path: root/std/Config
diff options
context:
space:
mode:
authorDenton Liu <liu.denton+github@gmail.com>2016-08-19 22:37:24 +0800
committerDenton Liu <liu.denton+github@gmail.com>2016-08-19 23:02:54 +0800
commite91e945933eb66d8556b4af1fef657a5f86a7167 (patch)
tree622e21f4d14ec960b2926dd060d6cf2b2d4790b3 /std/Config
parent74545e70a4916437bab59d82637526c3087d1fa4 (diff)
downloaddexon-solidity-e91e945933eb66d8556b4af1fef657a5f86a7167.tar.gz
dexon-solidity-e91e945933eb66d8556b4af1fef657a5f86a7167.tar.zst
dexon-solidity-e91e945933eb66d8556b4af1fef657a5f86a7167.zip
Remove unnecessary contracts
Diffstat (limited to 'std/Config')
-rw-r--r--std/Config6
1 files changed, 0 insertions, 6 deletions
diff --git a/std/Config b/std/Config
deleted file mode 100644
index 868e07df..00000000
--- a/std/Config
+++ /dev/null
@@ -1,6 +0,0 @@
-contract Config {
- function lookup(uint256 service) constant returns (address a) {}
- function kill() {}
- function unregister(uint256 id) {}
- function register(uint256 id, address service) {}
-}