summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sade/variable.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/sade/variable.c')
-rw-r--r--usr.sbin/sade/variable.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.sbin/sade/variable.c b/usr.sbin/sade/variable.c
index 824b0cb..525dfbf 100644
--- a/usr.sbin/sade/variable.c
+++ b/usr.sbin/sade/variable.c
@@ -42,7 +42,6 @@ static void
make_variable(char *var, char *value)
{
Variable *vp;
- char *cp;
/* Trim leading and trailing whitespace */
var = string_skipwhite(string_prune(var));
OpenPOWER on IntegriCloud