Skip to content
Snippets Groups Projects
Commit b1b2854d authored by Craig Tiller's avatar Craig Tiller
Browse files

Fix non-debug

parent f6723896
No related branches found
No related tags found
No related merge requests found
...@@ -59,8 +59,8 @@ grpc_combiner *grpc_combiner_create(grpc_workqueue *optional_workqueue); ...@@ -59,8 +59,8 @@ grpc_combiner *grpc_combiner_create(grpc_workqueue *optional_workqueue);
grpc_combiner_unref((exec_ctx), (combiner), __FILE__, __LINE__, (reason)) grpc_combiner_unref((exec_ctx), (combiner), __FILE__, __LINE__, (reason))
#else #else
#define GRPC_COMBINER_DEBUG_ARGS #define GRPC_COMBINER_DEBUG_ARGS
#define GRPC_COMBINER_REF(combiner) grpc_combiner_ref((combiner)) #define GRPC_COMBINER_REF(combiner, reason) grpc_combiner_ref((combiner))
#define GRPC_COMBINER_UNREF(exec_ctx, combiner) \ #define GRPC_COMBINER_UNREF(exec_ctx, combiner, reason) \
grpc_combiner_unref((exec_ctx), (combiner)) grpc_combiner_unref((exec_ctx), (combiner))
#endif #endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment