mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
FS: Removed unnecessary methods
This commit is contained in:
parent
a00e326d01
commit
690df0ded0
2 changed files with 0 additions and 12 deletions
|
@ -74,11 +74,6 @@ Path::Path (const std::string& in)
|
||||||
_data = expand (in);
|
_data = expand (in);
|
||||||
}
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
|
||||||
Path::~Path ()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
Path& Path::operator= (const Path& other)
|
Path& Path::operator= (const Path& other)
|
||||||
{
|
{
|
||||||
|
@ -728,11 +723,6 @@ Directory::Directory (const std::string& in)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
|
||||||
Directory::~Directory ()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
Directory& Directory::operator= (const Directory& other)
|
Directory& Directory::operator= (const Directory& other)
|
||||||
{
|
{
|
||||||
|
|
|
@ -38,7 +38,6 @@ public:
|
||||||
Path ();
|
Path ();
|
||||||
Path (const Path&);
|
Path (const Path&);
|
||||||
Path (const std::string&);
|
Path (const std::string&);
|
||||||
virtual ~Path ();
|
|
||||||
|
|
||||||
Path& operator= (const Path&);
|
Path& operator= (const Path&);
|
||||||
bool operator== (const Path&);
|
bool operator== (const Path&);
|
||||||
|
@ -122,7 +121,6 @@ public:
|
||||||
Directory (const File&);
|
Directory (const File&);
|
||||||
Directory (const Path&);
|
Directory (const Path&);
|
||||||
Directory (const std::string&);
|
Directory (const std::string&);
|
||||||
virtual ~Directory ();
|
|
||||||
|
|
||||||
Directory& operator= (const Directory&);
|
Directory& operator= (const Directory&);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue