Removes obsolete debug code.

This commit is contained in:
vladlosev
2012-09-06 17:09:27 +00:00
parent ff8d732cef
commit b535c1767e
4 changed files with 4 additions and 6 deletions

View File

@@ -73,7 +73,7 @@
// This allows a user to use his own types in Google Test assertions by
// overloading the << operator.
//
// util/gtl/stl_logging-inl.h overloads << for STL containers. These
// util/gtl/stl_logging.h overloads << for STL containers. These
// overloads cannot be defined in the std namespace, as that will be
// undefined behavior. Therefore, they are defined in the global
// namespace instead.