mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-20 04:13:07 +02:00
Task: Removed commented code
This commit is contained in:
parent
af43a3119f
commit
16b8f90048
1 changed files with 0 additions and 3 deletions
|
@ -25,7 +25,6 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#include <cmake.h>
|
#include <cmake.h>
|
||||||
#include <iostream> // TODO Remove
|
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
@ -1979,8 +1978,6 @@ void Task::modify (modType type, bool text_required /* = false */)
|
||||||
{
|
{
|
||||||
if (a._lextype == Lexer::Type::pair)
|
if (a._lextype == Lexer::Type::pair)
|
||||||
{
|
{
|
||||||
// std::cout << "# Task::modify " << a.dump () << "\n";
|
|
||||||
|
|
||||||
// 'canonical' is the canonical name. Needs to be said.
|
// 'canonical' is the canonical name. Needs to be said.
|
||||||
// 'value' requires eval.
|
// 'value' requires eval.
|
||||||
std::string name = a.attribute ("canonical");
|
std::string name = a.attribute ("canonical");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue