summaryrefslogtreecommitdiff
path: root/codegen.py
diff options
context:
space:
mode:
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 3d4c2e2b6e..230d785eba 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: