[all-commits] [llvm/llvm-project] 039fc5: ObjectFile: remove extraneous shadowed variable (N...

Saleem Abdulrasool via All-commits all-commits at lists.llvm.org
Fri May 5 10:55:56 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 039fc57191980847afb6e674cac8bcbb6c1efa13
      https://github.com/llvm/llvm-project/commit/039fc57191980847afb6e674cac8bcbb6c1efa13
  Author: Saleem Abdulrasool <compnerd at compnerd.org>
  Date:   2023-05-05 (Fri, 05 May 2023)

  Changed paths:
    M lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp

  Log Message:
  -----------
  ObjectFile: remove extraneous shadowed variable (NFCI)

We already construct the shared pointer for the module.  Avoid creating
a shadow copy and use the original definition.




More information about the All-commits mailing list