mirror of
https://github.com/gflags/gflags.git
synced 2025-04-04 13:05:03 +00:00
Remove unreachable code
INFO: From Compiling external/com_github_gflags_gflags/src/gflags_completions.cc: external/com_github_gflags_gflags/src/gflags_completions.cc:459:16: warning: code will never be executed [-Wunreachable-code] DVLOG(3) << "Result: most-common match"; ^~ 1 warning generated.
This commit is contained in:
parent
addd749114
commit
ef8e134d48
1 changed files with 0 additions and 4 deletions
|
@ -453,10 +453,6 @@ static void CategorizeAllMatchingFlags(
|
|||
// In the package, since there was no slash after the package portion
|
||||
notable_flags->package_flags.insert(*it);
|
||||
DVLOG(3) << "Result: package match";
|
||||
} else if (false) {
|
||||
// In the list of the XXX most commonly supplied flags overall
|
||||
// TODO(user): Compile this list.
|
||||
DVLOG(3) << "Result: most-common match";
|
||||
} else if (!package_dir.empty() &&
|
||||
pos != string::npos && slash != string::npos) {
|
||||
// In a subdirectory of the package
|
||||
|
|
Loading…
Add table
Reference in a new issue