From b67ca9cf8c02717a20aee6650d1eb50112d93ecb Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 20 Oct 2001 06:28:11 +0000 Subject: removed an unused variable (This used to be commit 9355f251656d0233395dae6978c58f4e520e069b) --- source3/lib/substitute.c | 1 - 1 file changed, 1 deletion(-) diff --git a/source3/lib/substitute.c b/source3/lib/substitute.c index 9c70760055..9b2713a674 100644 --- a/source3/lib/substitute.c +++ b/source3/lib/substitute.c @@ -223,7 +223,6 @@ void standard_sub_basic(char *str) void standard_sub_advanced(int snum, char *user, char *connectpath, gid_t gid, char *str) { char *p, *s, *home; - struct passwd *pass; for (s=str; (p=strchr_m(s, '%'));s=p) { int l = sizeof(pstring) - (int)(p-str); -- cgit