Comment unused variables.

This commit is contained in:
Kegan Dougal 2015-02-25 17:37:48 +00:00
parent 2c79c4dc7f
commit 978ce87c86

View File

@ -139,8 +139,8 @@ class StreamStore(SQLBaseStore):
limit = MAX_STREAM_SIZE
# From and to keys should be integers from ordering.
from_id = _StreamToken.parse_stream_token(from_key)
to_id = _StreamToken.parse_stream_token(to_key)
# from_id = _StreamToken.parse_stream_token(from_key)
# to_id = _StreamToken.parse_stream_token(to_key)
if from_key == to_key:
return defer.succeed(([], to_key))