- Removed Parser member, which is now local to ::initialize.
This commit is contained in:
Paul Beckingham 2014-11-01 00:04:02 -04:00
parent 05a3973107
commit 9ea61e25e8
2 changed files with 2 additions and 2 deletions

View file

@ -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;