diff options
author | Simon MacMullen <simon@rabbitmq.com> | 2010-07-20 12:54:12 +0100 |
---|---|---|
committer | Simon MacMullen <simon@rabbitmq.com> | 2010-07-20 12:54:12 +0100 |
commit | 557c3f72986b9b1691dcc1ec0ec6a7ad139a0cbb (patch) | |
tree | e42af15a6facd28629f54919e0b63eb4d5ecddc6 /codegen.py | |
parent | e5e8a241923789731eaad68030549acf0d0d030b (diff) | |
download | rabbitmq-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.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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: |