aboutsummaryrefslogtreecommitdiffstats
path: root/std/Config
diff options
context:
space:
mode:
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) {}
-}