Remove unused variable in debugedit

This commit is contained in:
Panu Matilainen 2011-03-04 14:50:30 +02:00 committed by Dmitry V. Levin
parent d0efa0675e
commit f0df84e119

View File

@ -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)
{