mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
FS: Removed unused ::openAndLock method
This commit is contained in:
parent
342624f272
commit
411c735d4e
2 changed files with 0 additions and 7 deletions
|
@ -399,12 +399,6 @@ bool File::open ()
|
|||
return false;
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
bool File::openAndLock ()
|
||||
{
|
||||
return open () && lock ();
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
void File::close ()
|
||||
{
|
||||
|
|
1
src/FS.h
1
src/FS.h
|
@ -81,7 +81,6 @@ public:
|
|||
virtual bool remove () const;
|
||||
|
||||
bool open ();
|
||||
bool openAndLock ();
|
||||
void close ();
|
||||
|
||||
bool lock ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue