diff options
-rwxr-xr-x | src/cmd/ndb/dns.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/cmd/ndb/dns.c b/src/cmd/ndb/dns.c index e91d6ca6..90a1a193 100755 --- a/src/cmd/ndb/dns.c +++ b/src/cmd/ndb/dns.c @@ -187,13 +187,6 @@ threadmain(int argc, char *argv[]) io(); } -int -myipaddr(uchar *ip, char *net) -{ - ipmove(ip, ipaddr); - return 0; -} - /* * if a mount point is specified, set the cs extention to be the mount point * with '_'s replacing '/'s |