- Fixed bug #808, which generated compiler warnings on Solarix (thanks to
  Owen Clarke).
This commit is contained in:
Paul Beckingham 2011-07-26 21:40:31 -04:00
parent 0ee1f9c1c6
commit 7e3a207d63
4 changed files with 4 additions and 11 deletions

View file

@ -333,15 +333,6 @@ void Command::filter (std::vector <Task>& output)
// term, then completed.data does not need to be loaded.
bool Command::filter_shortcut (const A3& filter)
{
/**/
if (filter.size () >= 3)
{
std::cout << "# filter[0] " << filter[0]._raw << "\n"
<< "# filter[1] " << filter[1]._raw << "\n"
<< "# filter[2] " << filter[2]._raw << "\n";
}
/**/
// Postfix: <status> <"pending"> <=>
// 0 1 2
if (filter.size () >= 3 &&