Fix window compile

reviewable/pr13109/r15
ncteisen 7 years ago
parent 49fe9871bf
commit dabd7c0ad9
  1. 8
      src/core/lib/surface/api_trace.h

@ -24,10 +24,6 @@
extern grpc_core::TraceFlag grpc_api_trace;
#ifdef __cplusplus
extern "C" {
#endif
/* Provide unwrapping macros because we're in C89 and variadic macros weren't
introduced until C99... */
#define GRPC_API_TRACE_UNWRAP0()
@ -51,8 +47,4 @@ extern "C" {
gpr_log(GPR_INFO, fmt GRPC_API_TRACE_UNWRAP##nargs args); \
}
#ifdef __cplusplus
}
#endif
#endif /* GRPC_CORE_LIB_SURFACE_API_TRACE_H */

Loading…
Cancel
Save