diff --git a/lib/grn_ctx.h b/lib/grn_ctx.h index 0443176578..93bb5957a3 100644 --- a/lib/grn_ctx.h +++ b/lib/grn_ctx.h @@ -126,7 +126,6 @@ GRN_API void grn_ctx_impl_set_current_error_message(grn_ctx *ctx); if (grn_ctx_impl_should_log(ctx)) {\ grn_ctx_impl_set_current_error_message(ctx);\ GRN_LOG(ctx, lvl, __VA_ARGS__);\ - BACKTRACE(ctx);\ if (lvl <= GRN_LOG_ERROR) { LOGTRACE(ctx, lvl); }\ }\ } while (0)