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