From: Anton Yuzhaninov Date: Tue, 30 Oct 2018 19:12:18 +0000 (-0400) Subject: Remove unused function X-Git-Tag: 1.8.2~99^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3514992d2b3c85852e8e8af9646973d77299c873;p=thirdparty%2Frspamd.git Remove unused function gboolean support was removed in commit 91287bb8407e3b9022bc663b07870510aedabbc3. --- diff --git a/clang-plugin/printf_check.cc b/clang-plugin/printf_check.cc index f8a78aa0b1..4bb6117870 100644 --- a/clang-plugin/printf_check.cc +++ b/clang-plugin/printf_check.cc @@ -69,9 +69,6 @@ namespace rspamd { static bool int32_arg_handler (const Expr *arg, struct PrintfArgChecker *ctx); - static bool gboolean_arg_handler (const Expr *arg, - struct PrintfArgChecker *ctx); - static bool tok_arg_handler (const Expr *arg, struct PrintfArgChecker *ctx);