Skip to content

Commit 1be6ecf

Browse files
committed
Remove php_win32_init_gettimeofday declaration
Follow-up of phpGH-15400 (25afbdb).
1 parent 4c5767f commit 1be6ecf

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

win32/time.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,4 @@ PHPAPI int nanosleep( const struct timespec * rqtp, struct timespec * rmtp );
5454

5555
PHPAPI int usleep(unsigned int useconds);
5656

57-
#ifdef PHP_EXPORTS
58-
/* This symbols are needed only for the DllMain, but should not be exported
59-
or be available when used with PHP binaries. */
60-
void php_win32_init_gettimeofday(void);
61-
#endif
62-
6357
#endif

0 commit comments

Comments
 (0)