]> granicus.if.org Git - python/commitdiff
pytime.h: remove duplicated "#ifndef Py_LIMITED_API"
authorVictor Stinner <victor.stinner@gmail.com>
Sun, 31 Aug 2014 13:48:55 +0000 (15:48 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Sun, 31 Aug 2014 13:48:55 +0000 (15:48 +0200)
Include/pytime.h

index 14e95960e61cc1789219d0fc689be940a2cf7aff..0f969b3c051ba93a08dd3931fc6026203e87d4c5 100644 (file)
@@ -13,8 +13,6 @@ functions and constants
 extern "C" {
 #endif
 
-#ifndef Py_LIMITED_API
-
 #ifdef HAVE_GETTIMEOFDAY
 typedef struct timeval _PyTime_timeval;
 #else
@@ -96,7 +94,6 @@ PyAPI_FUNC(int) _PyTime_ObjectToTimespec(
 /* Initialize time.
    Return 0 on success, raise an exception and return -1 on error. */
 PyAPI_FUNC(int) _PyTime_Init(void);
-#endif   /* Py_LIMITED_API */
 
 #ifdef __cplusplus
 }