mirror of
https://github.com/intel/llvm.git
synced 2026-01-16 21:55:39 +08:00
Every override returns true and its return value is never checked. I can't see how clearing an OptionValue could fail, or what you would do if it did. The return serves no purpose. Differential Revision: https://reviews.llvm.org/D84253