Commit a8a2ddff authored by Stefan Behnel's avatar Stefan Behnel

Remove dead comment.

parent 769e39d2
......@@ -107,7 +107,6 @@ builtin_function_table = [
],
is_strict_signature = True, nogil=True)),
] + list(
# uses getattr to get PyrexTypes.c_uint_type etc to allow easy iteration over a list
BuiltinFunction('abs', None, None, "/*abs_{0}*/".format(t.specialization_name()),
func_type = PyrexTypes.CFuncType(
t,
......
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