summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarko Kreen2010-12-08 12:39:32 +0000
committerMarko Kreen2010-12-08 12:39:32 +0000
commite08fd0ed46539135d9d37a6199293d57ea976a0a (patch)
tree1a7cbf00c8363ecb0774dea56204443b50d08dcf
parent623daf343f214af46127c2f84e5c33cefb2a0b69 (diff)
londiste.playback: unused tablestate method
-rw-r--r--python/londiste/playback.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/python/londiste/playback.py b/python/londiste/playback.py
index c2406820..117a6640 100644
--- a/python/londiste/playback.py
+++ b/python/londiste/playback.py
@@ -240,9 +240,6 @@ class TableState(object):
if self.last_snapshot_tick < prev_tick:
self.change_snapshot(None)
- def process_data_event(self, ev, sql_queue_func, batch_info):
- self.plugin.process_event(ev, sql_queue_func)
-
def get_plugin(self):
return self.plugin