mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
FF4 - Snapshot
This commit is contained in:
parent
e754fa6eac
commit
eb5bd63459
2 changed files with 0 additions and 10 deletions
|
@ -33,15 +33,6 @@ T::T ()
|
|||
{
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
/*
|
||||
T::T (const T& other)
|
||||
{
|
||||
throw std::string ("unimplemented T::T");
|
||||
// mOne = other.mOne;
|
||||
}
|
||||
*/
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
T::T (const std::string& input)
|
||||
{
|
||||
|
|
|
@ -34,7 +34,6 @@ class T : public Record
|
|||
{
|
||||
public:
|
||||
T (); // Default constructor
|
||||
// T (const T&); // Copy constructor
|
||||
T (const std::string&); // Parse
|
||||
T& operator= (const T&); // Assignment operator
|
||||
~T (); // Destructor
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue