Revert implicit attribute (module) declaration for options (flag/param).

Flag and param are to change contents of attributes (modules).  These don't
have code (*.[coS]).

Filesystem definition still defines an attribute (module) implicitly.
This commit is contained in:
uebayasi 2014-10-14 08:00:27 +00:00
parent be3005a074
commit 1af1e581aa
1 changed files with 1 additions and 8 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: main.c,v 1.67 2014/10/11 15:47:38 uebayasi Exp $ */
/* $NetBSD: main.c,v 1.68 2014/10/14 08:00:27 uebayasi Exp $ */
/*
* Copyright (c) 1992, 1993
@ -893,13 +893,6 @@ defopt(struct dlhash *ht, const char *fname, struct defoptlist *opts,
olddl = olddl->dl_next;
olddl->dl_next = dl;
}
/*
* Implicit attribute definition for option.
*/
const char *n;
n = strtolower(dl->dl_name);
refattr(n);
}
}