summaryrefslogtreecommitdiff
path: root/win32/time.c
diff options
context:
space:
mode:
Diffstat (limited to 'win32/time.c')
-rw-r--r--win32/time.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/win32/time.c b/win32/time.c
index cd5a7affdf..d1fe51458e 100644
--- a/win32/time.c
+++ b/win32/time.c
@@ -117,12 +117,3 @@ PHPAPI int nanosleep( const struct timespec * rqtp, struct timespec * rmtp )
}
return usleep( rqtp->tv_sec * 1000000 + rqtp->tv_nsec / 1000 );
}/*}}}*/
-
-/*
- * Local variables:
- * tab-width: 4
- * c-basic-offset: 4
- * End:
- * vim600: sw=4 ts=4 fdm=marker
- * vim<600: sw=4 ts=4
- */