ovs.jsonrpc: Remove dead class variable Message.__next_id.
[sliver-openvswitch.git] / python / ovs / jsonrpc.py
index 906e93c..66c260f 100644 (file)
@@ -34,7 +34,6 @@ class Message(object):
                T_NOTIFY: "notification",
                T_REPLY: "reply",
                T_ERROR: "error"}
-    __next_id = 0
 
     def __init__(self, type_, method, params, result, error, id):
         self.type = type_