mirror of
https://github.com/gflags/gflags.git
synced 2025-04-05 05:25:04 +00:00
fix: Remove unused program_name variable
This commit is contained in:
parent
22ed2ce6c8
commit
ac6834e979
1 changed files with 0 additions and 3 deletions
|
@ -1061,9 +1061,6 @@ static string ReadFileIntoString(const char* filename) {
|
|||
|
||||
uint32 CommandLineFlagParser::ParseNewCommandLineFlags(int* argc, char*** argv,
|
||||
bool remove_flags) {
|
||||
const char *program_name = strrchr((*argv)[0], PATH_SEPARATOR); // nix path
|
||||
program_name = (program_name == NULL ? (*argv)[0] : program_name+1);
|
||||
|
||||
int first_nonopt = *argc; // for non-options moved to the end
|
||||
|
||||
registry_->Lock();
|
||||
|
|
Loading…
Add table
Reference in a new issue