mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Context
- Removed unused ::program member.
This commit is contained in:
parent
083b0cb0de
commit
7845786398
2 changed files with 0 additions and 4 deletions
|
@ -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>
|
||||
|
|
|
@ -83,7 +83,6 @@ private:
|
|||
void propagateDebug ();
|
||||
|
||||
public:
|
||||
std::string program;
|
||||
CLI cli;
|
||||
std::string home_dir;
|
||||
File rc_file;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue