aboutsummaryrefslogtreecommitdiffstats
path: root/std/named
diff options
context:
space:
mode:
Diffstat (limited to 'std/named')
-rw-r--r--std/named9
1 files changed, 0 insertions, 9 deletions
diff --git a/std/named b/std/named
deleted file mode 100644
index 3907bf77..00000000
--- a/std/named
+++ /dev/null
@@ -1,9 +0,0 @@
-import "./Config";
-import "./NameReg";
-import "./configUser";
-
-contract named is configUser {
- function named(bytes32 name) {
- NameReg(Config(configAddr()).lookup(1)).register(name);
- }
-}