aboutsummaryrefslogtreecommitdiff
path: root/src/dep.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dep.h')
-rw-r--r--src/dep.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/dep.h b/src/dep.h
index a3a365b..594674c 100644
--- a/src/dep.h
+++ b/src/dep.h
@@ -46,7 +46,6 @@ struct DepNode {
bool is_phony;
bool is_restat;
std::vector<Symbol> implicit_outputs;
- std::vector<Symbol> symlink_outputs;
std::vector<Symbol> actual_inputs;
std::vector<Symbol> actual_order_only_inputs;
std::vector<Symbol> actual_validations;