Skip to content

Commit

Permalink
fix: remove unused declaration (#1032)
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiud committed Jan 4, 2024
1 parent f3bee1b commit 8dd7abf
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/glog/logging.h
Original file line number Diff line number Diff line change
Expand Up @@ -646,14 +646,6 @@ std::string* MakeCheckOpString(const T1& v1, const T2& v2, const char* exprtext)
;

namespace base {
namespace internal {

// If "s" is less than base_logging::INFO, returns base_logging::INFO.
// If "s" is greater than base_logging::FATAL, returns
// base_logging::ERROR. Otherwise, returns "s".
LogSeverity NormalizeSeverity(LogSeverity s);

} // namespace internal

// A helper class for formatting "expr (V1 vs. V2)" in a CHECK_XX
// statement. See MakeCheckOpString for sample usage. Other
Expand Down

0 comments on commit 8dd7abf

Please sign in to comment.