1
0
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:
Olaf Seibert
2017-01-23 21:43:16 +01:00
parent 0abee1c6eb
commit 372c24de14

View File

@@ -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;