From ffc0472dc631083c088e3e1c06c88a32e290a112 Mon Sep 17 00:00:00 2001 From: Stas Degteff Date: Sat, 14 Jan 2006 21:06:37 +0000 Subject: [PATCH] remove unused variable definition --- goldlib/gall/gfilutl2.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/goldlib/gall/gfilutl2.cpp b/goldlib/gall/gfilutl2.cpp index 0679838..0d67067 100644 --- a/goldlib/gall/gfilutl2.cpp +++ b/goldlib/gall/gfilutl2.cpp @@ -87,7 +87,6 @@ int strschg_environ(std::string& s) { #ifndef __HAVE_DRIVES__ if(not s.empty() and (s[0] == '~')) { std::string name; - char* lname; const char *p = s.c_str()+1; struct passwd *pe=NULL;