File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -25,9 +25,6 @@ pyint_as_int(PyObject * pyint, int *pint)
2525
2626/* Interned strings to speed GetAttr etc. */
2727
28- static PyObject * str_trace ;
29- static PyObject * str_file_tracer ;
30- static PyObject * str__coverage_enabled ;
3128static PyObject * str__coverage_plugin ;
3229static PyObject * str__coverage_plugin_name ;
3330static PyObject * str_dynamic_source_filename ;
@@ -44,9 +41,6 @@ CTracer_intern_strings(void)
4441 goto error; \
4542 }
4643
47- INTERN_STRING (str_trace , "trace" )
48- INTERN_STRING (str_file_tracer , "file_tracer" )
49- INTERN_STRING (str__coverage_enabled , "_coverage_enabled" )
5044 INTERN_STRING (str__coverage_plugin , "_coverage_plugin" )
5145 INTERN_STRING (str__coverage_plugin_name , "_coverage_plugin_name" )
5246 INTERN_STRING (str_dynamic_source_filename , "dynamic_source_filename" )
You can’t perform that action at this time.
0 commit comments