summaryrefslogtreecommitdiffstats
path: root/src/statsd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/statsd.h')
-rw-r--r--src/statsd.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/statsd.h b/src/statsd.h
deleted file mode 100644
index 17af098e8..000000000
--- a/src/statsd.h
+++ /dev/null
@@ -1,9 +0,0 @@
-#ifndef NETDATA_STATSD_H
-#define NETDATA_STATSD_H
-
-#define STATSD_LISTEN_PORT 8125
-#define STATSD_LISTEN_BACKLOG 4096
-
-extern void *statsd_main(void *ptr);
-
-#endif //NETDATA_STATSD_H