Skip to content

Commit 068b4e8

Browse files
committed
Fix Windows build
1 parent ccb1f2a commit 068b4e8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Modules/faulthandler.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1356,8 +1356,6 @@ static PyObject *
13561356
faulthandler__raise_exception_impl(PyObject *module, unsigned int code,
13571357
unsigned int flags)
13581358
/*[clinic end generated code: output=2346cf318eab10dc input=43a5ba0eb7794504]*/
1359-
static PyObject *
1360-
faulthandler_raise_exception(PyObject *self, PyObject *args)
13611359
{
13621360
faulthandler_suppress_crash_report();
13631361
RaiseException(code, flags, 0, NULL);

0 commit comments

Comments
 (0)