Reported-by: Reid Price <[email protected]>
---
python/ovs/jsonrpc.py | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/python/ovs/jsonrpc.py b/python/ovs/jsonrpc.py
index 906e93c..66c260f 100644
--- a/python/ovs/jsonrpc.py
+++ b/python/ovs/jsonrpc.py
@@ -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_
--
1.7.4.4
_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev