Skip to content

Commit ef6e44d

Browse files
authored
Remove LOAD_METHOD stats. (GH-93807)
1 parent d773c6e commit ef6e44d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Python/specialize.c

-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ _Py_GetSpecializationStats(void) {
111111
int err = 0;
112112
err += add_stat_dict(stats, LOAD_ATTR, "load_attr");
113113
err += add_stat_dict(stats, LOAD_GLOBAL, "load_global");
114-
err += add_stat_dict(stats, LOAD_METHOD, "load_method");
115114
err += add_stat_dict(stats, BINARY_SUBSCR, "binary_subscr");
116115
err += add_stat_dict(stats, STORE_SUBSCR, "store_subscr");
117116
err += add_stat_dict(stats, STORE_ATTR, "store_attr");

0 commit comments

Comments
 (0)