Browse Source

[2225_xfrout] remove assignment of an unused variable

Naoki Kambe 12 years ago
parent
commit
eeaced2980
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/bin/xfrout/tests/xfrout_test.py.in

+ 0 - 1
src/bin/xfrout/tests/xfrout_test.py.in

@@ -1217,7 +1217,6 @@ class MyUnixSockServer(UnixSockServer):
         self._common_init()
         self._common_init()
         self._cc = MyCCSession()
         self._cc = MyCCSession()
         self.update_config_data(self._cc.get_full_config())
         self.update_config_data(self._cc.get_full_config())
-        self._counters = {}
         self._counter = xfrout.Counter(xfrout.SPECFILE_LOCATION)
         self._counter = xfrout.Counter(xfrout.SPECFILE_LOCATION)
 
 
 class TestUnixSockServer(unittest.TestCase):
 class TestUnixSockServer(unittest.TestCase):