diff options
Diffstat (limited to 'lib/protocol_benchmarks.py')
-rwxr-xr-x | lib/protocol_benchmarks.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/protocol_benchmarks.py b/lib/protocol_benchmarks.py index 4a40de9..939fba5 100755 --- a/lib/protocol_benchmarks.py +++ b/lib/protocol_benchmarks.py @@ -171,7 +171,6 @@ class Avro(DummyProtocol): class Thrift(DummyProtocol): - class_index = 1 def __init__(self, data): |