summaryrefslogtreecommitdiffstats
path: root/contrib/tools/python3/Include
diff options
context:
space:
mode:
authorthegeorg <[email protected]>2024-02-24 21:52:21 +0300
committerthegeorg <[email protected]>2024-02-24 22:03:53 +0300
commitd7aafe735ff5f201107ba9250619a82489cc1771 (patch)
tree38806d9ba948743377a8964e773f9bf1ba21717d /contrib/tools/python3/Include
parent0c3f2ea6d063ccca39427b25d021119c25323f87 (diff)
Remove unused patch from contrib/tools/python3
`struct timeval` is forward declared since 3.12.2 / rXXXXXX. b9848bec9f06b3e438a9559ac92a43f3f5e556ce
Diffstat (limited to 'contrib/tools/python3/Include')
-rw-r--r--contrib/tools/python3/Include/cpython/pytime.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/contrib/tools/python3/Include/cpython/pytime.h b/contrib/tools/python3/Include/cpython/pytime.h
index 6891bd5c03f..16d88d191e9 100644
--- a/contrib/tools/python3/Include/cpython/pytime.h
+++ b/contrib/tools/python3/Include/cpython/pytime.h
@@ -45,8 +45,6 @@
#ifndef Py_PYTIME_H
#define Py_PYTIME_H
-struct timeval;
-
/**************************************************************************
Symbols and macros to supply platform-independent interfaces to time related
functions and constants