summaryrefslogtreecommitdiff
path: root/giscanner/introspectablepass.py
diff options
context:
space:
mode:
Diffstat (limited to 'giscanner/introspectablepass.py')
-rw-r--r--giscanner/introspectablepass.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/giscanner/introspectablepass.py b/giscanner/introspectablepass.py
index ef2ddf76..8aa7f8d3 100644
--- a/giscanner/introspectablepass.py
+++ b/giscanner/introspectablepass.py
@@ -143,10 +143,6 @@ class IntrospectablePass(object):
if typeval.target_fundamental:
if typeval.is_equiv(ast.TYPE_VALIST):
return False
- # Mark UCHAR as not introspectable temporarily until
- # we're ready to land the typelib changes
- if typeval.is_equiv(ast.TYPE_UNICHAR):
- return False
# These are not introspectable pending us adding
# larger type tags to the typelib (in theory these could
# be 128 bit or larger)