FS: Removed unused ::openAndLock method

This commit is contained in:
Paul Beckingham 2015-10-28 11:06:38 -04:00
parent 342624f272
commit 411c735d4e
2 changed files with 0 additions and 7 deletions

View file

@ -399,12 +399,6 @@ bool File::open ()
return false;
}
////////////////////////////////////////////////////////////////////////////////
bool File::openAndLock ()
{
return open () && lock ();
}
////////////////////////////////////////////////////////////////////////////////
void File::close ()
{