mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
DOM: Eiminated Nibbler
This commit is contained in:
parent
5de313272f
commit
b6ef010595
1 changed files with 0 additions and 2 deletions
|
@ -31,7 +31,6 @@
|
|||
#include <stdlib.h>
|
||||
#include <Variant.h>
|
||||
#include <Context.h>
|
||||
#include <Nibbler.h>
|
||||
#include <ISO8601.h>
|
||||
#include <text.h>
|
||||
#include <util.h>
|
||||
|
@ -60,7 +59,6 @@ bool getDOM (const std::string& name, Variant& value)
|
|||
return false;
|
||||
|
||||
auto len = name.length ();
|
||||
Nibbler n (name);
|
||||
|
||||
// rc. --> context.config
|
||||
if (len > 3 &&
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue