remove unused variable definition

This commit is contained in:
Stas Degteff 2006-01-14 21:06:37 +00:00
parent 44bcc8b1a1
commit ffc0472dc6

View File

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