aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Include/internal/pycore_time.h
diff options
context:
space:
mode:
Diffstat (limited to 'Include/internal/pycore_time.h')
-rw-r--r--Include/internal/pycore_time.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/Include/internal/pycore_time.h b/Include/internal/pycore_time.h
index 46713f91d19..7ea34851075 100644
--- a/Include/internal/pycore_time.h
+++ b/Include/internal/pycore_time.h
@@ -52,16 +52,6 @@ extern "C" {
#endif
-struct _time_runtime_state {
-#ifdef HAVE_TIMES
- int ticks_per_second_initialized;
- long ticks_per_second;
-#else
- int _not_used;
-#endif
-};
-
-
#ifdef __clang__
struct timeval;
#endif