summaryrefslogtreecommitdiff
path: root/win32/getrusage.c
diff options
context:
space:
mode:
Diffstat (limited to 'win32/getrusage.c')
-rw-r--r--win32/getrusage.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/win32/getrusage.c b/win32/getrusage.c
index bab9c82925..de67f7f8d2 100644
--- a/win32/getrusage.c
+++ b/win32/getrusage.c
@@ -73,12 +73,3 @@ PHPAPI int getrusage(int who, struct rusage *usage)
return -1;
}
}
-
-/*
- * Local variables:
- * tab-width: 4
- * c-basic-offset: 4
- * End:
- * vim600: sw=4 ts=4 fdm=marker
- * vim<600: sw=4 ts=4
- */