remove unused

This commit is contained in:
Glenn Maynard
2006-09-18 20:14:28 +00:00
parent 4a81774221
commit 76b7307c73
2 changed files with 1 additions and 8 deletions
-6
View File
@@ -1831,12 +1831,6 @@ void FixSlashesInPlace( RString &sPath )
sPath[i] = '/';
}
RString FixSlashes( RString sPath )
{
FixSlashesInPlace( sPath );
return sPath;
}
/*
* Keep trailing slashes, since that can be used to illustrate that a path always
* represents a directory.