- Removed unused ::program member.
This commit is contained in:
Paul Beckingham 2014-11-02 21:52:41 -05:00
parent 083b0cb0de
commit 7845786398
2 changed files with 0 additions and 4 deletions

View file

@ -134,9 +134,6 @@ int Context::initialize (int argc, const char** argv)
// The parser needs all the help it can get.
setupEntities ();
// Initialize the command line parser.
program = (argc ? argv[0] : "task");
// Scan command line for 'rc:<file>' only.
cli.initialize (argc, argv); // task arg0 arg1 ...
cli.getOverride (home_dir, rc_file); // <-- <file>

View file

@ -83,7 +83,6 @@ private:
void propagateDebug ();
public:
std::string program;
CLI cli;
std::string home_dir;
File rc_file;