mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 21:53:12 +08:00
The GetLanguageForExpr has side effects, so we can't remove this call without breaking the completion mechanism. However, we can keep the change that gets rid of this unnecessary variable. llvm-svn: 341535