aboutsummaryrefslogtreecommitdiff
path: root/src/graph.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/graph.cc')
-rw-r--r--src/graph.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/graph.cc b/src/graph.cc
index b1ed28b..e4ca090 100644
--- a/src/graph.cc
+++ b/src/graph.cc
@@ -620,7 +620,6 @@ static const HashedStrView kDepfile { "depfile" };
static const HashedStrView kDyndep { "dyndep" };
static const HashedStrView kRspfile { "rspfile" };
static const HashedStrView kRspFileContent { "rspfile_content" };
-static const HashedStrView kSymlinkOutputs { "symlink_outputs" };
bool Edge::EvaluateCommand(std::string* out_append, bool incl_rsp_file,
std::string* err) {
@@ -738,10 +737,6 @@ std::string Edge::GetBinding(const HashedStrView& key) {
return GetBindingImpl(key, EdgeEval::kFinalScope, EdgeEval::kShellEscape);
}
-std::string Edge::GetSymlinkOutputs() {
- return GetBindingImpl(kSymlinkOutputs, EdgeEval::kFinalScope, EdgeEval::kDoNotEscape);
-}
-
std::string Edge::GetUnescapedDepfile() {
return GetBindingImpl(kDepfile, EdgeEval::kFinalScope, EdgeEval::kDoNotEscape);
}