diff options
Diffstat (limited to 'src/debug_flags.h')
-rw-r--r-- | src/debug_flags.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/debug_flags.h b/src/debug_flags.h index ce3c292..4ffef75 100644 --- a/src/debug_flags.h +++ b/src/debug_flags.h @@ -26,8 +26,6 @@ extern bool g_explaining; extern bool g_keep_rsp; -#ifdef _WIN32 extern bool g_experimental_win_statcache; -#endif // _WIN32 #endif // NINJA_EXPLAIN_H_ |