From 5379543ca4386c22872c380ccd60d77e51afa134 Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Mon, 7 May 2018 02:53:57 +0200 Subject: Revert "build: introduced an unused variable to test clang-analyzer" This reverts commit e07e1d66e892764582fbe091fa1cd4cc13619e2f. --- src/blogc-make/atom.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src') diff --git a/src/blogc-make/atom.c b/src/blogc-make/atom.c index 74a89c1..d5f5387 100644 --- a/src/blogc-make/atom.c +++ b/src/blogc-make/atom.c @@ -54,9 +54,6 @@ bm_atom_deploy(bm_settings_t *settings, bc_error_t **err) if (err == NULL || *err != NULL) return NULL; - // FIXME: remove this line, intentional for temporary testing - void *foo = bc_malloc(10); - // this is not really portable char fname[] = "/tmp/blogc-make_XXXXXX"; int fd; -- cgit v1.2.3-18-g5258