carbon-language / carbon-lang

Carbon Language's main repository: documents, design, implementation, and related tools. (NOTE: Carbon Language is experimental; see README)
https://github.com/carbon-language/carbon-lang/blob/trunk/README.md
Other
32.31k stars 1.48k forks source link

Remove a stale data dependency. #4022

Closed chandlerc closed 4 weeks ago

chandlerc commented 4 weeks ago

Jon correctly pointed out that this wasn't being used any more. Originally, the code needed a different tree for the install prefix in order to test different code paths of detection, but since those are now explicit in the code it is already using a single tree. But I never updated the actual BUILD file to stop building and depending on the extra prefix.