aboutsummaryrefslogtreecommitdiff
path: root/src/flags.h
diff options
context:
space:
mode:
authorCole Faust <colefaust@google.com>2024-01-19 15:18:41 -0800
committerCole Faust <colecfaust@gmail.com>2024-01-19 15:51:21 -0800
commit2c503b6caf952882ea309ed056962769df0e6d3a (patch)
tree01410c0e082bdb7714499cc99eacf6b5a4767323 /src/flags.h
parent1ec8253207f5b2aada23988ede917d27195fee38 (diff)
downloadkati-2c503b6caf952882ea309ed056962769df0e6d3a.tar.gz
Remove .KATI_SYMLINK_OUTPUTS
This was added so that bazel could run ninja files, but we abandoned that approach a long time ago.
Diffstat (limited to 'src/flags.h')
-rw-r--r--src/flags.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/flags.h b/src/flags.h
index 5b36518..223116b 100644
--- a/src/flags.h
+++ b/src/flags.h
@@ -45,7 +45,6 @@ struct Flags {
bool no_builtin_rules;
bool no_ninja_prelude;
bool use_ninja_phony_output;
- bool use_ninja_symlink_outputs;
bool use_ninja_validations;
bool werror_find_emulator;
bool werror_overriding_commands;