mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Eval: Removed obsolete method
This commit is contained in:
parent
7c5ddee4e5
commit
54fac39f85
2 changed files with 0 additions and 6 deletions
|
@ -109,11 +109,6 @@ Eval::Eval ()
|
|||
addSource (namedConstants);
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
Eval::~Eval ()
|
||||
{
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
void Eval::addSource (bool (*source)(const std::string&, Variant&))
|
||||
{
|
||||
|
|
|
@ -36,7 +36,6 @@ class Eval
|
|||
{
|
||||
public:
|
||||
Eval ();
|
||||
virtual ~Eval ();
|
||||
Eval (const Eval&); // Not implemented.
|
||||
Eval& operator= (const Eval&); // Not implemented.
|
||||
bool operator== (const Eval&); // Not implemented.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue