diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-05-27 10:47:44 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-05-27 10:47:44 +0000 |
| commit | 8e98d776c0e9fe969434e574c1df32b8ccca46d4 (patch) | |
| tree | 4f8ff13ef2bf6807ea0fbfb311091d2377e98b86 /release/sysinstall/variable.c | |
| parent | ba5d6a864bbcb49ec89533353debbb7da987147d (diff) | |
Notes
Diffstat (limited to 'release/sysinstall/variable.c')
| -rw-r--r-- | release/sysinstall/variable.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/release/sysinstall/variable.c b/release/sysinstall/variable.c index ec3c5b187429..4ff9499b82f4 100644 --- a/release/sysinstall/variable.c +++ b/release/sysinstall/variable.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: variable.c,v 1.2 1995/05/20 10:33:13 jkh Exp $ + * $Id: variable.c,v 1.3 1995/05/26 20:45:20 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -75,8 +75,6 @@ variable_set(char *var) void variable_set2(char *var, char *value) { - Variable *newvar; - if (!var || !value) msgFatal("Null name or value passed to set_variable2!"); make_variable(var, value); |
