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
143e149de5
commit
befab82c04
1 changed files with 0 additions and 2 deletions
|
@ -31,7 +31,6 @@
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <Variant.h>
|
#include <Variant.h>
|
||||||
#include <Context.h>
|
#include <Context.h>
|
||||||
#include <Nibbler.h>
|
|
||||||
#include <ISO8601.h>
|
#include <ISO8601.h>
|
||||||
#include <text.h>
|
#include <text.h>
|
||||||
#include <util.h>
|
#include <util.h>
|
||||||
|
@ -60,7 +59,6 @@ bool getDOM (const std::string& name, Variant& value)
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
auto len = name.length ();
|
auto len = name.length ();
|
||||||
Nibbler n (name);
|
|
||||||
|
|
||||||
// rc. --> context.config
|
// rc. --> context.config
|
||||||
if (len > 3 &&
|
if (len > 3 &&
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue