glthread: remove the marshal_fail XML attribute
[mesa.git] / src / mapi / glapi / gen / marshal_XML.py
index f0be4f8780af0144e4ae4d13875a84cb26bbe7de..42c82c15e686cdfdce30a055cfb2224d8c7a6b47 100644 (file)
@@ -57,7 +57,6 @@ class marshal_function(gl_XML.gl_function):
 
         # Store the "marshal" attribute, if present.
         self.marshal = element.get('marshal')
-        self.marshal_fail = element.get('marshal_fail')
         self.marshal_sync = element.get('marshal_sync')
         self.marshal_call_after = element.get('marshal_call_after')