Remove use_relative_hooks now that all deprecated uses are removed.

Bug: chromium:1107325
Change-Id: Iac1ff8ef9426c8f57b6e12783de0ffbb0625ef2b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2349170
Reviewed-by: Josip Sokcevic <sokcevic@google.com>
Commit-Queue: Corentin Wallez <cwallez@chromium.org>
This commit is contained in:
Corentin Wallez
2020-08-12 08:37:36 +00:00
committed by LUCI CQ
parent 65eb98d6ed
commit 4de6cfa5a9
2 changed files with 0 additions and 8 deletions

View File

@@ -235,10 +235,6 @@ _GCLIENT_SCHEMA = schema.Schema(
# file.
schema.Optional('use_relative_paths'): bool,
# For recursed-upon sub-dependencies, run their hooks relative to the
# parent's path instead of relative to the .gclient file.
schema.Optional('use_relative_hooks'): bool,
# Variables that can be referenced using Var() - see 'deps'.
schema.Optional('vars'): _NodeDictSchema({
schema.Optional(basestring): schema.Or(ConstantString,