Removed unused variable.
This commit is contained in:
parent
cdba81f5c4
commit
c375504463
|
@ -3052,8 +3052,6 @@ static __PHYSFS_DirTreeEntry *addAncestors(__PHYSFS_DirTree *dt, char *name)
|
||||||
|
|
||||||
if (sep)
|
if (sep)
|
||||||
{
|
{
|
||||||
const size_t namelen = (sep - name) + 1;
|
|
||||||
|
|
||||||
*sep = '\0'; /* chop off last piece. */
|
*sep = '\0'; /* chop off last piece. */
|
||||||
retval = (__PHYSFS_DirTreeEntry *) __PHYSFS_DirTreeFind(dt, name);
|
retval = (__PHYSFS_DirTreeEntry *) __PHYSFS_DirTreeFind(dt, name);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue