Remove unused variables.

This commit is contained in:
Marius Strobl 2005-03-02 20:12:27 +00:00
parent 448980e704
commit 9e2b417bfd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=143053

View File

@ -71,9 +71,7 @@ struct netif_driver ofwnet = {
NENTS(ofwn_ifs) /* netif_nifs */
};
static phandle_t netdevice;
static ihandle_t netinstance;
static ihandle_t memory;
static void *dmabuf;
@ -187,7 +185,6 @@ ofwn_init(struct iodesc *desc, void *machdep_hint)
int pathlen;
chosen = OF_finddevice("/chosen");
OF_getprop(chosen, "memory", &memory, sizeof(memory));
pathlen = OF_getprop(chosen, "bootpath", path, 64);
if ((ch = index(path, ':')) != NULL)
*ch = '\0';