mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-30 02:17:21 +02:00
Context
- Removed Parser member, which is now local to ::initialize.
This commit is contained in:
parent
05a3973107
commit
9ea61e25e8
2 changed files with 2 additions and 2 deletions
|
@ -37,7 +37,6 @@
|
|||
#include <Path.h>
|
||||
#include <File.h>
|
||||
#include <Directory.h>
|
||||
#include <Parser.h>
|
||||
#include <CLI.h>
|
||||
#include <Timer.h>
|
||||
|
||||
|
@ -85,7 +84,6 @@ private:
|
|||
|
||||
public:
|
||||
std::string program;
|
||||
Parser parser;
|
||||
CLI cli;
|
||||
std::string home_dir;
|
||||
File rc_file;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue