mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
remove unused variable
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@21049 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
38cf42c7f8
commit
fffb28df7a
1 changed files with 0 additions and 1 deletions
|
@ -3547,7 +3547,6 @@ static NSFileManager *fm = nil;
|
|||
if (pathSepMember(buf[aLength-1]) == YES)
|
||||
{
|
||||
unsigned pos;
|
||||
unsigned n = 1;
|
||||
|
||||
buf[aLength-1] = '/'; // Standardise
|
||||
for (pos = aLength+1; pos < length; pos++)
|
||||
|
|
Loading…
Reference in a new issue