Skip to content

Commit 6f5362d

Browse files
authored
Remove unused critical section include
1 parent 9ba2b02 commit 6f5362d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Objects/unicodeobject.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
5656
#include "pycore_pylifecycle.h" // _Py_SetFileSystemEncoding()
5757
#include "pycore_pystate.h" // _PyInterpreterState_GET()
5858
#include "pycore_pyatomic_ft_wrappers.h" // FT_ATOMIC_*()
59-
#include "pycore_critical_section.h" // Py_BEGIN_CRITICAL_SECTION()
6059
#include "pycore_ucnhash.h" // _PyUnicode_Name_CAPI
6160
#include "pycore_unicodectype.h" // _PyUnicode_IsXidStart
6261
#include "pycore_unicodeobject.h" // struct _Py_unicode_state

0 commit comments

Comments
 (0)