diff options
Diffstat (limited to 'python')
-rw-r--r-- | python/londiste/handlers/dispatch.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/python/londiste/handlers/dispatch.py b/python/londiste/handlers/dispatch.py index 8954d2bf..95d08e72 100644 --- a/python/londiste/handlers/dispatch.py +++ b/python/londiste/handlers/dispatch.py @@ -886,10 +886,6 @@ class Dispatcher(BaseHandler): if skytools.exists_function(curs, self.conf.part_func, len(PART_FUNC_ARGS)): self.log.debug('check_part.exec: func:%s, args: %s' % (pfcall, vals)) curs.execute(pfcall, vals) - - # load grants from master table - struct = TableStruct(curs, self.dest_table) - struct.create(curs, T_GRANT, dst) else: self.log.debug('part func %s not found, cloning table' % self.conf.part_func) struct = TableStruct(curs, self.dest_table) |