Cleanup unused variable.
authorAndrey Churbanov <Andrey.Churbanov@intel.com>
Mon, 12 Aug 2019 12:37:30 +0000 (12:37 +0000)
committerAndrey Churbanov <Andrey.Churbanov@intel.com>
Mon, 12 Aug 2019 12:37:30 +0000 (12:37 +0000)
commit5eec1a9d324f3380602cd4e4e355347701916659
treeb6e96c83de5b89e8bbbb273c6eacf8860fa6bef8
parent182249daee8ad8e12a492c3fa60559275650263a
Cleanup unused variable.

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.

Differential Revision: https://reviews.llvm.org/D65885

llvm-svn: 368559
openmp/runtime/src/thirdparty/ittnotify/ittnotify_static.cpp