mirror of
https://github.com/gflags/gflags.git
synced 2025-04-06 05:55:05 +00:00
The last bit of rolling back commandlineflag categories:
remove the 'categories' field from CommandLineFlagInfo. (Note the code to fill this field was removed from FillComandLineFlagInfo previously, so it's been an empty string for some time now.) R=ncalvin DELTA=1 (0 added, 1 deleted, 0 changed) Revision created by MOE tool push_codebase. MOE_MIGRATION=3616 git-svn-id: https://gflags.googlecode.com/svn/trunk@70 6586e3c6-dcc4-952a-343f-ff74eb82781d
This commit is contained in:
parent
2535e43dd2
commit
be2da58d73
2 changed files with 0 additions and 2 deletions
|
@ -151,7 +151,6 @@ struct GFLAGS_DLL_DECL CommandLineFlagInfo {
|
|||
std::string name; // the name of the flag
|
||||
std::string type; // the type of the flag: int32, etc
|
||||
std::string description; // the "help text" associated with the flag
|
||||
std::string categories; // unused (TODO(csilvers): remove this)
|
||||
std::string current_value; // the current value, as a string
|
||||
std::string default_value; // the default value, as a string
|
||||
std::string filename; // 'cleaned' version of filename holding the flag
|
||||
|
|
|
@ -155,7 +155,6 @@ struct GFLAGS_DLL_DECL CommandLineFlagInfo {
|
|||
std::string name; // the name of the flag
|
||||
std::string type; // the type of the flag: int32, etc
|
||||
std::string description; // the "help text" associated with the flag
|
||||
std::string categories; // unused (TODO(csilvers): remove this)
|
||||
std::string current_value; // the current value, as a string
|
||||
std::string default_value; // the default value, as a string
|
||||
std::string filename; // 'cleaned' version of filename holding the flag
|
||||
|
|
Loading…
Add table
Reference in a new issue