This is an archive of the discontinued LLVM Phabricator instance.

[lldb][NFC] remove unused local variable uuid
AbandonedPublic

Authored by zequanwu on Oct 5 2020, 9:59 PM.

Details

Reviewers
amccarth
labath

Diff Detail

Event Timeline

zequanwu created this revision.Oct 5 2020, 9:59 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 5 2020, 9:59 PM
zequanwu requested review of this revision.Oct 5 2020, 9:59 PM
labath requested changes to this revision.Oct 6 2020, 5:05 AM

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

This revision now requires changes to proceed.Oct 6 2020, 5:05 AM
zequanwu abandoned this revision.Oct 6 2020, 10:48 AM

sorry, I didn't notice that.