From 6b848185c01ce39fa92a75d0dda0ddbdaae531f4 Mon Sep 17 00:00:00 2001 From: Hai Shi Date: Tue, 5 May 2020 22:55:28 +0800 Subject: [PATCH] Remove redundant comment in pydebug.h --- Include/pydebug.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/Include/pydebug.h b/Include/pydebug.h index bd4aafe3b49f83..78bcb118be4659 100644 --- a/Include/pydebug.h +++ b/Include/pydebug.h @@ -5,8 +5,6 @@ extern "C" { #endif -/* These global variable are defined in pylifecycle.c */ -/* XXX (ncoghlan): move these declarations to pylifecycle.h? */ PyAPI_DATA(int) Py_DebugFlag; PyAPI_DATA(int) Py_VerboseFlag; PyAPI_DATA(int) Py_QuietFlag;