summaryrefslogtreecommitdiffstats
path: root/tools/gn/filesystem_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gn/filesystem_utils.h')
-rw-r--r--tools/gn/filesystem_utils.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/gn/filesystem_utils.h b/tools/gn/filesystem_utils.h
index 3864ecc..71e7057 100644
--- a/tools/gn/filesystem_utils.h
+++ b/tools/gn/filesystem_utils.h
@@ -104,16 +104,11 @@ base::StringPiece FindLastDirComponent(const SourceDir& dir);
//
// The originating value will be blamed in the error.
//
-// Setting allow_templates indicates that the result will be put into a
-// FileTemplate and it will allow the strings to be prefixed with expansions
-// that would include the output path.
-//
// If the file isn't in the dir, returns false and sets the error. Otherwise
// returns true and leaves the error untouched.
bool EnsureStringIsInOutputDir(const SourceDir& dir,
const std::string& str,
const Value& originating,
- bool allow_templates,
Err* err);
// ----------------------------------------------------------------------------