summaryrefslogtreecommitdiff
path: root/codegen.py
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2010-07-20 12:54:12 +0100
committerSimon MacMullen <simon@rabbitmq.com>2010-07-20 12:54:12 +0100
commit557c3f72986b9b1691dcc1ec0ec6a7ad139a0cbb (patch)
treee42af15a6facd28629f54919e0b63eb4d5ecddc6 /codegen.py
parente5e8a241923789731eaad68030549acf0d0d030b (diff)
downloadrabbitmq-server-557c3f72986b9b1691dcc1ec0ec6a7ad139a0cbb.tar.gz
Make more consistent with bug 22889 - see comment 83 on that bug
Diffstat (limited to 'codegen.py')
-rw-r--r--codegen.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/codegen.py b/codegen.py
index 3d4c2e2b..230d785e 100644
--- a/codegen.py
+++ b/codegen.py
@@ -481,7 +481,6 @@ def genHrl(spec):
methods = spec.allMethods()
printFileHeader()
- print "-define(PROTOCOL_VERSION_REVISION, %d)." % (spec.revision)
print "-define(PROTOCOL_PORT, %d)." % (spec.port)
for (c,v,cls) in spec.constants: