From 6d6447282623cf2aaa81d43a0f8a00add1c046ac Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Tue, 14 Oct 2014 23:23:09 -0400 Subject: [PATCH] Context - Removed calls to now-private methods. --- src/Context.cpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/Context.cpp b/src/Context.cpp index 97a4c3de3..ad21ccf82 100644 --- a/src/Context.cpp +++ b/src/Context.cpp @@ -109,10 +109,6 @@ int Context::initialize (int argc, const char** argv) // Scan command line for 'rc:' only. Parser::getOverrides (argc, argv, rc_file._data); cli.initialize (argc, argv); // task arg0 arg1 ... -/* - std::cout << "# cli._rc=" << cli._rc << "\n"; - rc_file = cli._rc; -*/ // TASKRC environment variable overrides the command line. char* override = getenv ("TASKRC"); @@ -243,8 +239,6 @@ int Context::initialize (int argc, const char** argv) } // Now the entities are loaded, parsing may resume. - cli.aliasExpansion (); - parser.findBinary (); // parser.resolveAliases (); parser.findCommand (); // @@ -254,7 +248,6 @@ int Context::initialize (int argc, const char** argv) staticInitialization (); // Decouple code from Context. parser.parse (); // Parse all elements. - cli.categorize (); // Parse high-level elements. tdb2.set_location (data_dir); // Prepare the task database.