[svn] commit: r2883 - /trunk/src/bin/xfrin/xfrin.py.in
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Sep 9 03:29:51 UTC 2010
Author: zhanglikun
Date: Thu Sep 9 03:29:50 2010
New Revision: 2883
Log:
Remove unused line code, since the 'ret' is never changed in that block. mentioned by Jeremy, trivial, skip review again.
Modified:
trunk/src/bin/xfrin/xfrin.py.in
Modified: trunk/src/bin/xfrin/xfrin.py.in
==============================================================================
--- trunk/src/bin/xfrin/xfrin.py.in (original)
+++ trunk/src/bin/xfrin/xfrin.py.in Thu Sep 9 03:29:50 2010
@@ -197,7 +197,6 @@
self._handle_xfrin_response)
self.log_msg(logstr + 'succeeded')
- ret = XFRIN_OK
except XfrinException as e:
self.log_msg(e)
More information about the bind10-changes
mailing list