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)
25
25
26
26
/* Interned strings to speed GetAttr etc. */
27
27
28
- static PyObject * str_trace ;
29
- static PyObject * str_file_tracer ;
30
- static PyObject * str__coverage_enabled ;
31
28
static PyObject * str__coverage_plugin ;
32
29
static PyObject * str__coverage_plugin_name ;
33
30
static PyObject * str_dynamic_source_filename ;
@@ -44,9 +41,6 @@ CTracer_intern_strings(void)
44
41
goto error; \
45
42
}
46
43
47
- INTERN_STRING (str_trace , "trace" )
48
- INTERN_STRING (str_file_tracer , "file_tracer" )
49
- INTERN_STRING (str__coverage_enabled , "_coverage_enabled" )
50
44
INTERN_STRING (str__coverage_plugin , "_coverage_plugin" )
51
45
INTERN_STRING (str__coverage_plugin_name , "_coverage_plugin_name" )
52
46
INTERN_STRING (str_dynamic_source_filename , "dynamic_source_filename" )
You can’t perform that action at this time.
0 commit comments