mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Code Cleanup
- Removed non-STL Nibbler method, which makes way for a future optimization in the form of a non-copying Nibbler.
This commit is contained in:
parent
c0f8ab3249
commit
cffc42484e
2 changed files with 0 additions and 9 deletions
|
@ -42,7 +42,6 @@ class Nibbler
|
|||
{
|
||||
public:
|
||||
Nibbler (); // Default constructor
|
||||
Nibbler (const char*); // Constructor
|
||||
Nibbler (const std::string&); // Constructor
|
||||
Nibbler (const Nibbler&); // Copy constructor
|
||||
Nibbler& operator= (const Nibbler&); // Assignment operator
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue