diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2010-06-24 13:36:42 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2010-06-24 13:36:42 +0100 |
| commit | 91aee115be7cfbff56ada0bfe979ce7598325875 (patch) | |
| tree | 91328861aac725ba2ecf1f495b8df239b56db3cd /codegen.py | |
| parent | 8dcc9c5f50b4c470c37ad93a0745e85355946ad6 (diff) | |
| download | rabbitmq-server-git-91aee115be7cfbff56ada0bfe979ce7598325875.tar.gz | |
Don't pull protocol version from the JSON.
Diffstat (limited to 'codegen.py')
| -rw-r--r-- | codegen.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/codegen.py b/codegen.py index 0d6d9d561f..467b0285d2 100644 --- a/codegen.py +++ b/codegen.py @@ -410,8 +410,6 @@ def genHrl(spec): methods = spec.allMethods() printFileHeader() - print "-define(PROTOCOL_VERSION_MAJOR, %d)." % (spec.major) - print "-define(PROTOCOL_VERSION_MINOR, %d)." % (spec.minor) print "-define(PROTOCOL_PORT, %d)." % (spec.port) for (c,v,cls) in spec.constants: |
