diff --git a/src/glog/logging.h.in b/src/glog/logging.h.in index 35c65be..5d6fead 100644 --- a/src/glog/logging.h.in +++ b/src/glog/logging.h.in @@ -938,9 +938,6 @@ bool IsFailureSignalHandlerInstalled(); typedef @ac_google_namespace@::glog_internal_namespace_::CompileAssert<(bool(expr))> msg[bool(expr) ? 1 : -1] #define LOG_EVERY_N(severity, n) \ - GOOGLE_GLOG_COMPILE_ASSERT(@ac_google_namespace@::GLOG_ ## severity < \ - @ac_google_namespace@::NUM_SEVERITIES, \ - INVALID_REQUESTED_LOG_SEVERITY); \ SOME_KIND_OF_LOG_EVERY_N(severity, (n), @ac_google_namespace@::LogMessage::SendToLog) #define SYSLOG_EVERY_N(severity, n) \ diff --git a/src/windows/glog/logging.h b/src/windows/glog/logging.h index f521a2b..f828bc7 100755 --- a/src/windows/glog/logging.h +++ b/src/windows/glog/logging.h @@ -942,9 +942,6 @@ bool IsFailureSignalHandlerInstalled(); typedef google::glog_internal_namespace_::CompileAssert<(bool(expr))> msg[bool(expr) ? 1 : -1] #define LOG_EVERY_N(severity, n) \ - GOOGLE_GLOG_COMPILE_ASSERT(google::GLOG_ ## severity < \ - google::NUM_SEVERITIES, \ - INVALID_REQUESTED_LOG_SEVERITY); \ SOME_KIND_OF_LOG_EVERY_N(severity, (n), google::LogMessage::SendToLog) #define SYSLOG_EVERY_N(severity, n) \