Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
* src/logging.c (serf__log_init): Remove unused variable.
git-svn-id: https://svn.apache.org/repos/asf/serf/trunk@1844840 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
brainy committed Oct 25, 2018
1 parent f97a011 commit 9662fd5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/logging.c
Expand Up @@ -60,7 +60,6 @@ const char * loglvl_labels[] = {
apr_status_t serf__log_init(serf_context_t *ctx)
{
log_baton_t *log_baton;
serf_config_t *config = ctx->config;

log_baton = apr_palloc(ctx->pool, sizeof(log_baton_t));
log_baton->output_list = apr_array_make(ctx->pool, 1,
Expand Down

0 comments on commit 9662fd5

Please sign in to comment.