提交 dd349d20 authored 作者: Reyhane Askari's avatar Reyhane Askari

removed code that seemed useless

上级 885816fb
...@@ -478,8 +478,6 @@ class DestroyHandler(toolbox.Bookkeeper): # noqa ...@@ -478,8 +478,6 @@ class DestroyHandler(toolbox.Bookkeeper): # noqa
self.destroyers.add(app) self.destroyers.add(app)
if self.algo == 'fast': if self.algo == 'fast':
self.fast_destroy(app, reason) self.fast_destroy(app, reason)
elif getattr(app.op, 'view_map', None) and self.algo == 'fast':
self.fast_destroy(app, reason)
# add this symbol to the forward and backward maps # add this symbol to the forward and backward maps
for o_idx, i_idx_list in iteritems(getattr(app.op, 'view_map', {})): for o_idx, i_idx_list in iteritems(getattr(app.op, 'view_map', {})):
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论