aboutsummaryrefslogtreecommitdiff
path: root/src/build.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/build.h')
-rw-r--r--src/build.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/build.h b/src/build.h
index 41afa33..b630f2d 100644
--- a/src/build.h
+++ b/src/build.h
@@ -167,8 +167,6 @@ struct BuildConfig {
failures_allowed(1), max_load_average(-0.0f),
frontend(NULL), frontend_file(NULL),
missing_depfile_should_err(false),
- uses_symlink_outputs(false),
- undeclared_symlink_outputs_should_err(false),
uses_phony_outputs(false),
output_directory_should_err(false),
missing_output_file_should_err(false),
@@ -200,13 +198,6 @@ struct BuildConfig {
/// Whether a missing depfile should warn or print an error.
bool missing_depfile_should_err;
- /// Whether Ninja should check that symlink outputs are declared in the
- /// symlink_outputs variable
- bool uses_symlink_outputs;
-
- /// Whether undeclared symlink outputs should print a warning or error out
- bool undeclared_symlink_outputs_should_err;
-
/// Whether the generator uses 'phony_output's
/// Controls the warnings below
bool uses_phony_outputs;