Remove unnecessary codes

_server should not be a class variable, so we just remove _server = None

Closes-Bug: #1472977
Change-Id: I935198fce7087a165cdd75b0752d2a66f86e23aa
This commit is contained in:
Wanghua 2015-07-09 12:07:42 +08:00 committed by Hua Wang
parent 8fe06c03e6
commit bb27c29066
1 changed files with 0 additions and 1 deletions

View File

@ -55,7 +55,6 @@ CONF.register_opts(periodic_opts)
class Service(service.Service):
_server = None
def __init__(self, topic, server, handlers):
super(Service, self).__init__()