FS: Removed unused ::openAndLock method
This commit is contained in:
@@ -399,12 +399,6 @@ bool File::open ()
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
|
||||||
bool File::openAndLock ()
|
|
||||||
{
|
|
||||||
return open () && lock ();
|
|
||||||
}
|
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
void File::close ()
|
void File::close ()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user