summaryrefslogtreecommitdiffstats
path: root/src/debug_flags.h
diff options
context:
space:
mode:
authorNico Weber <thakis@chromium.org>2014-06-15 22:16:50 (GMT)
committerNico Weber <thakis@chromium.org>2014-06-15 22:16:50 (GMT)
commit13cdf9b1812397a969288c755c99926b4011a955 (patch)
treecef6ffbd129ad80a5f8a1753e8a06636c3dee838 /src/debug_flags.h
parent4eb8309251c4839de25502a5390270b53d9706eb (diff)
downloadNinja-13cdf9b1812397a969288c755c99926b4011a955.zip
Ninja-13cdf9b1812397a969288c755c99926b4011a955.tar.gz
Ninja-13cdf9b1812397a969288c755c99926b4011a955.tar.bz2
make bool exist everywhere, for simpler calling code
Diffstat (limited to 'src/debug_flags.h')
-rw-r--r--src/debug_flags.h2
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_