Author: brane Date: Thu Oct 25 15:24:03 2018 New Revision: 1844840 URL: http://svn.apache.org/viewvc?rev=1844840&view=rev Log: * src/logging.c (serf__log_init): Remove unused variable.
Modified: serf/trunk/src/logging.c Modified: serf/trunk/src/logging.c URL: http://svn.apache.org/viewvc/serf/trunk/src/logging.c?rev=1844840&r1=1844839&r2=1844840&view=diff ============================================================================== --- serf/trunk/src/logging.c (original) +++ serf/trunk/src/logging.c Thu Oct 25 15:24:03 2018 @@ -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,