summaryrefslogtreecommitdiffstats
path: root/src/mapi/glapi/gen/marshal_XML.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mapi/glapi/gen/marshal_XML.py')
-rw-r--r--src/mapi/glapi/gen/marshal_XML.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mapi/glapi/gen/marshal_XML.py b/src/mapi/glapi/gen/marshal_XML.py
index e8ddb7ff8f6..9d5688decac 100644
--- a/src/mapi/glapi/gen/marshal_XML.py
+++ b/src/mapi/glapi/gen/marshal_XML.py
@@ -88,9 +88,4 @@ class marshal_function(gl_XML.gl_function):
# Parameter size is determined by enums; haven't
# written logic to handle this yet. TODO: fix.
return 'sync'
- if p.img_null_flag:
- # Caller is allowed to pass NULL for this parameter;
- # haven't written logic to handle this yet. TODO:
- # fix.
- return 'sync'
return 'async'