aboutsummaryrefslogtreecommitdiffstats
path: root/clang-plugin
diff options
context:
space:
mode:
Diffstat (limited to 'clang-plugin')
-rw-r--r--clang-plugin/printf_check.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/clang-plugin/printf_check.cc b/clang-plugin/printf_check.cc
index f8a78aa0b..4bb611787 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);