Browse Source

[trac816] remove useless code lines

chenzhengzhang 14 years ago
parent
commit
9f8b636691
1 changed files with 0 additions and 3 deletions
  1. 0 3
      src/bin/xfrout/xfrout.py.in

+ 0 - 3
src/bin/xfrout/xfrout.py.in

@@ -77,11 +77,8 @@ VERBOSE_MODE = False
 # tsig sign every N axfr packets.
 # tsig sign every N axfr packets.
 TSIG_SIGN_EVERY_NTH = 96
 TSIG_SIGN_EVERY_NTH = 96
 
 
-
 XFROUT_MAX_MESSAGE_SIZE = 65535
 XFROUT_MAX_MESSAGE_SIZE = 65535
 
 
-class XfroutException(Exception):
-    pass
 
 
 def get_rrset_len(rrset):
 def get_rrset_len(rrset):
     """Returns the wire length of the given RRset"""
     """Returns the wire length of the given RRset"""