ovs.db.types: Remove write-only variable from constraintsToEnglish().
[sliver-openvswitch.git] / python / ovs / db / types.py
index 00b9ab4..4e8f8f1 100644 (file)
@@ -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: