mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +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
0be2bbc325
commit
28d14ff10d
1 changed files with 0 additions and 1 deletions
|
@ -3547,7 +3547,6 @@ static NSFileManager *fm = nil;
|
||||||
if (pathSepMember(buf[aLength-1]) == YES)
|
if (pathSepMember(buf[aLength-1]) == YES)
|
||||||
{
|
{
|
||||||
unsigned pos;
|
unsigned pos;
|
||||||
unsigned n = 1;
|
|
||||||
|
|
||||||
buf[aLength-1] = '/'; // Standardise
|
buf[aLength-1] = '/'; // Standardise
|
||||||
for (pos = aLength+1; pos < length; pos++)
|
for (pos = aLength+1; pos < length; pos++)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue