This is an archive of the discontinued LLVM Phabricator instance.

Cleanup unused variable.
ClosedPublic

Authored by AndreyChurbanov on Aug 7 2019, 8:22 AM.

Details

Summary

This patch fixes problem raised in post-review comments of the https://reviews.llvm.org/D65285.

Developers of ittnotify confirmed that dll_path_ptr field of the __itt_global structure is never used by ittnotify library, so it is safe to remove the dll_path array.

Diff Detail

Repository
rL LLVM

Event Timeline

AndreyChurbanov created this revision.Aug 7 2019, 8:22 AM
Herald added a project: Restricted Project. · View Herald Transcript
Hahnfeld accepted this revision.Aug 7 2019, 11:01 AM

Thanks, that's even easier than a pointer to NULL :)

This revision is now accepted and ready to land.Aug 7 2019, 11:01 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptAug 12 2019, 5:39 AM