summaryrefslogtreecommitdiffstats
path: root/src/libserver/worker_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libserver/worker_util.h')
-rw-r--r--src/libserver/worker_util.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/libserver/worker_util.h b/src/libserver/worker_util.h
index 54926e5f8..d1aa1e862 100644
--- a/src/libserver/worker_util.h
+++ b/src/libserver/worker_util.h
@@ -34,11 +34,6 @@
*/
worker_t * rspamd_get_worker_by_type (GQuark type);
-/**
- * Set counter for a symbol
- */
-double rspamd_set_counter (const gchar *name, guint32 value);
-
#ifndef HAVE_SA_SIGINFO
typedef void (*rspamd_sig_handler_t) (gint);
#else