summaryrefslogtreecommitdiff
path: root/src/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils.h')
-rw-r--r--src/utils.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/utils.h b/src/utils.h
index 4761b04..8e15094 100644
--- a/src/utils.h
+++ b/src/utils.h
@@ -1,10 +1,3 @@
#define STR(symbol) #symbol
#define STRINGIFY(symbol) STR(symbol)
-#ifndef PUBLISHER_PORT
-#error PUBLISHER_PORT undefined
-#endif
-
-#ifndef PUBLISHER_ADDR
-#error PUBLISHER_ADDR undefined
-#endif