remove stub myipaddr

This commit is contained in:
rsc 2006-02-17 22:07:42 +00:00
parent dc90b6f0d6
commit 84edc59152

View file

@ -187,13 +187,6 @@ threadmain(int argc, char *argv[])
io(); 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 * if a mount point is specified, set the cs extention to be the mount point
* with '_'s replacing '/'s * with '_'s replacing '/'s