Skip to content

Commit 280e5a3

Browse files
Update misc_ops.py
1 parent 6732358 commit 280e5a3

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

mypyc/primitives/misc_ops.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -189,15 +189,6 @@
189189
priority=0,
190190
)
191191

192-
# bool(dict)
193-
dict_is_true_op = function_op(
194-
name="builtins.bool",
195-
arg_types=[exact_dict_rprimitive],
196-
return_type=bit_rprimitive,
197-
c_function_name="CPyDict_IsTrue",
198-
error_kind=ERR_NEVER,
199-
)
200-
201192
# bool(obj) with unboxed result
202193
bool_op = function_op(
203194
name="builtins.bool",

0 commit comments

Comments
 (0)