summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Silverstein <csilvers+gflags@google.com>2011-11-03 23:37:01 +0000
committerCraig Silverstein <csilvers+gflags@google.com>2011-11-03 23:37:01 +0000
commitbe2da58d73fb65b134a44d46e08c1aec26cf579a (patch)
tree512bcff2e195e7ca215f7b052218e42198620262
parent2535e43dd2ddd5f50bc3340c5fa15e069aefff57 (diff)
downloadgflags-be2da58d73fb65b134a44d46e08c1aec26cf579a.tar.gz
gflags-be2da58d73fb65b134a44d46e08c1aec26cf579a.tar.bz2
gflags-be2da58d73fb65b134a44d46e08c1aec26cf579a.zip
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
-rw-r--r--src/gflags/gflags.h.in1
-rw-r--r--src/windows/gflags/gflags.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/gflags/gflags.h.in b/src/gflags/gflags.h.in
index fcd1b2c..4b11bad 100644
--- a/src/gflags/gflags.h.in
+++ b/src/gflags/gflags.h.in
@@ -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
diff --git a/src/windows/gflags/gflags.h b/src/windows/gflags/gflags.h
index db12055..0c3a22e 100644
--- a/src/windows/gflags/gflags.h
+++ b/src/windows/gflags/gflags.h
@@ -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