From 9ba9a5919f6f87700d14a9125359b2bca0d86f58 Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Sat, 4 Mar 2017 17:37:03 +0100 Subject: make: removed useless "verbose" variables --- src/blogc-make/rules.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/blogc-make/rules.h') diff --git a/src/blogc-make/rules.h b/src/blogc-make/rules.h index 3a04d0c..1604e13 100644 --- a/src/blogc-make/rules.h +++ b/src/blogc-make/rules.h @@ -15,7 +15,7 @@ typedef bc_slist_t* (*bm_rule_outputlist_func_t) (bm_ctx_t *ctx); typedef int (*bm_rule_exec_func_t) (bm_ctx_t *ctx, bc_slist_t *outputs, - bc_trie_t *args, bool verbose); + bc_trie_t *args); typedef struct { const char *name; @@ -26,9 +26,8 @@ typedef struct { } bm_rule_t; bc_trie_t* bm_rule_parse_args(const char *sep); -int bm_rule_executor(bm_ctx_t *ctx, bc_slist_t *rule_list, bool verbose); -int bm_rule_execute(bm_ctx_t *ctx, const bm_rule_t *rule, bc_trie_t *args, - bool verbose); +int bm_rule_executor(bm_ctx_t *ctx, bc_slist_t *rule_list); +int bm_rule_execute(bm_ctx_t *ctx, const bm_rule_t *rule, bc_trie_t *args); bool bm_rule_need_rebuild(bc_slist_t *sources, bm_filectx_t *settings, bm_filectx_t *template, bm_filectx_t *output, bool only_first_source); bc_slist_t* bm_rule_list_built_files(bm_ctx_t *ctx); -- cgit v1.2.3-18-g5258