remove unused variable definition
This commit is contained in:
parent
44bcc8b1a1
commit
ffc0472dc6
@ -87,7 +87,6 @@ int strschg_environ(std::string& s) {
|
|||||||
#ifndef __HAVE_DRIVES__
|
#ifndef __HAVE_DRIVES__
|
||||||
if(not s.empty() and (s[0] == '~')) {
|
if(not s.empty() and (s[0] == '~')) {
|
||||||
std::string name;
|
std::string name;
|
||||||
char* lname;
|
|
||||||
const char *p = s.c_str()+1;
|
const char *p = s.c_str()+1;
|
||||||
struct passwd *pe=NULL;
|
struct passwd *pe=NULL;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user