Obsolete BUILD_BROKEN_DUP_COPY_HEADERS

There are no remaining users.

Test: treehugger
Change-Id: If8719480f73a8fa009d9733479390d2abd4021b1
This commit is contained in:
Dan Willemsen
2019-04-18 09:40:15 -07:00
parent 6097746769
commit 2fbb7571bf
2 changed files with 0 additions and 6 deletions

View File

@@ -59,11 +59,6 @@ var buildBrokenSettings = []struct {
behavior BuildBrokenBehavior
warnings []string
}{
{
name: "BUILD_BROKEN_DUP_COPY_HEADERS",
behavior: DefaultDeprecated,
warnings: []string{"Duplicate header copy:"},
},
{
name: "BUILD_BROKEN_DUP_RULES",
behavior: DefaultFalse,