Skip to content

Commit

Permalink
Removed unused variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jul 17, 2017
1 parent cdba81f commit c375504
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/physfs.c
Expand Up @@ -3052,8 +3052,6 @@ static __PHYSFS_DirTreeEntry *addAncestors(__PHYSFS_DirTree *dt, char *name)

if (sep)
{
const size_t namelen = (sep - name) + 1;

*sep = '\0'; /* chop off last piece. */
retval = (__PHYSFS_DirTreeEntry *) __PHYSFS_DirTreeFind(dt, name);

Expand Down

0 comments on commit c375504

Please sign in to comment.