[Lldb-commits] [PATCH] D88870: [lldb][NFC] remove unused local variable uuid

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Oct 6 05:05:54 PDT 2020


labath requested changes to this revision.
labath added a comment.
This revision now requires changes to proceed.

This variable is definitely used. The `uuid` reference points into the module_spec object, which is then appended to the specs array, and returned.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D88870/new/

https://reviews.llvm.org/D88870



More information about the lldb-commits mailing list