Commit af757997 authored by Stefan Behnel's avatar Stefan Behnel

Replace useless comment.

parent 28f5f26b
......@@ -273,7 +273,7 @@ class PyrexType(BaseType):
return self
def specialize(self, values):
# TODO(danilo): Override wherever it makes sense.
# Returns the concrete type if this is a fused type, or otherwise the type itself.
return self
def literal_code(self, value):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment