Browse Source

Remove unused function

gboolean support was removed in commit 91287bb840.
tags/1.8.2
Anton Yuzhaninov 5 years ago
parent
commit
3514992d2b
1 changed files with 0 additions and 3 deletions
  1. 0
    3
      clang-plugin/printf_check.cc

+ 0
- 3
clang-plugin/printf_check.cc View File

@@ -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);


Loading…
Cancel
Save