diff --git a/src/glog/logging.h.in b/src/glog/logging.h.in index 5d6fead..7b04c1b 100644 --- a/src/glog/logging.h.in +++ b/src/glog/logging.h.in @@ -934,9 +934,6 @@ struct CrashReason; bool IsFailureSignalHandlerInstalled(); } // namespace glog_internal_namespace_ -#define GOOGLE_GLOG_COMPILE_ASSERT(expr, msg) \ - typedef @ac_google_namespace@::glog_internal_namespace_::CompileAssert<(bool(expr))> msg[bool(expr) ? 1 : -1] - #define LOG_EVERY_N(severity, n) \ SOME_KIND_OF_LOG_EVERY_N(severity, (n), @ac_google_namespace@::LogMessage::SendToLog) diff --git a/src/windows/glog/logging.h b/src/windows/glog/logging.h index f828bc7..d3d9d47 100755 --- a/src/windows/glog/logging.h +++ b/src/windows/glog/logging.h @@ -938,9 +938,6 @@ struct CrashReason; bool IsFailureSignalHandlerInstalled(); } // namespace glog_internal_namespace_ -#define GOOGLE_GLOG_COMPILE_ASSERT(expr, msg) \ - typedef google::glog_internal_namespace_::CompileAssert<(bool(expr))> msg[bool(expr) ? 1 : -1] - #define LOG_EVERY_N(severity, n) \ SOME_KIND_OF_LOG_EVERY_N(severity, (n), google::LogMessage::SendToLog)