Browse Source

[Minor] Remove unused structure

tags/3.5
Vsevolod Stakhov 1 year ago
parent
commit
f450cf3d03
No account linked to committer's email address
1 changed files with 0 additions and 6 deletions
  1. 0
    6
      src/fuzzy_storage.c

+ 0
- 6
src/fuzzy_storage.c View File

@@ -91,12 +91,6 @@ struct fuzzy_key_stat {
ref_entry_t ref;
};

struct rspamd_fuzzy_mirror {
gchar *name;
struct upstream_list *u;
struct rspamd_cryptobox_pubkey *key;
};

struct rspamd_leaky_bucket_elt {
rspamd_inet_addr_t *addr;
gdouble last;

Loading…
Cancel
Save