Found by pychecker.
---
 python/ovs/db/types.py |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/python/ovs/db/types.py b/python/ovs/db/types.py
index 00b9ab4..4e8f8f1 100644
--- a/python/ovs/db/types.py
+++ b/python/ovs/db/types.py
@@ -505,8 +505,6 @@ class Type(object):
                 return "set of %s%s" % (quantity, plural)
 
     def constraintsToEnglish(self, escapeLiteral=returnUnchanged):
-        s = ""
-
         constraints = []
         keyConstraints = self.key.constraintsToEnglish(escapeLiteral)
         if keyConstraints:
-- 
1.7.4.4

_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev

Reply via email to