diff options
Diffstat (limited to 'examples/status.c')
-rw-r--r-- | examples/status.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/examples/status.c b/examples/status.c index 38e5120e8..979ab7c97 100644 --- a/examples/status.c +++ b/examples/status.c @@ -13,12 +13,6 @@ */ #include "common.h" -#ifdef _WIN32 -# include <Windows.h> -# define sleep(a) Sleep(a * 1000) -#else -# include <unistd.h> -#endif /** * This example demonstrates the use of the libgit2 status APIs, |