summaryrefslogtreecommitdiff
path: root/src/config.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.hpp')
-rw-r--r--src/config.hpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/config.hpp b/src/config.hpp
index a0d5755..12e29ca 100644
--- a/src/config.hpp
+++ b/src/config.hpp
@@ -27,11 +27,6 @@ namespace zmq
enum
{
- // Current version of 0MQ.
- version_major = 0,
- version_minor = 0,
- version_patch = 0,
-
// Number of new messages in message pipe needed to trigger new memory
// allocation. Setting this parameter to 256 decreases the impact of
// memory allocation by approximately 99.6%