Remove unused variable in debugedit
This commit is contained in:
parent
d0efa0675e
commit
f0df84e119
@ -349,7 +349,6 @@ static char *
|
||||
canonicalize_path (const char *s, char *d)
|
||||
{
|
||||
char *rv = d;
|
||||
const char *sroot;
|
||||
char *droot;
|
||||
|
||||
if (IS_DIR_SEPARATOR (*s))
|
||||
@ -365,7 +364,6 @@ canonicalize_path (const char *s, char *d)
|
||||
s++;
|
||||
}
|
||||
droot = d;
|
||||
sroot = s;
|
||||
|
||||
while (*s)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user