Skip to content

Commit

Permalink
lib: remove unused variable
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Silva <[email protected]>
  • Loading branch information
edsiper committed Feb 22, 2017
1 parent 6499a61 commit 6f6e53a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/flb_lib.c
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ flb_ctx_t *flb_create()
int ret;
flb_ctx_t *ctx;
struct flb_config *config;
struct flb_log *log;

#ifdef FLB_HAVE_MTRACE
/* Start tracing malloc and free */
Expand Down

0 comments on commit 6f6e53a

Please sign in to comment.