mirror of
https://github.com/PDP-10/klh10.git
synced 2026-02-05 07:55:23 +00:00
Cleanup of unnecessarily copied locals.
This commit is contained in:
@@ -331,14 +331,9 @@ static int parip(char *cp, unsigned char *adr);
|
||||
|
||||
/* Set defaults for all configurable parameters
|
||||
*/
|
||||
static int
|
||||
static void
|
||||
ni20_conf_clear(struct ni20 *ni)
|
||||
{
|
||||
int i, ret = TRUE;
|
||||
struct prmstate_s prm;
|
||||
char buff[200];
|
||||
long lval;
|
||||
|
||||
DVDEBUG(ni) = FALSE;
|
||||
ni->ni_ifnam = NULL;
|
||||
ni->ni_ifmeth = NULL;
|
||||
|
||||
Reference in New Issue
Block a user