llvm-cov: Don't pointlessly create a unique_ptr (NFC)
authorJustin Bogner <mail@justinbogner.com>
Thu, 4 Sep 2014 00:04:54 +0000 (00:04 +0000)
committerJustin Bogner <mail@justinbogner.com>
Thu, 4 Sep 2014 00:04:54 +0000 (00:04 +0000)
There's no ownership going on here, and no reason to heap allocate
this object.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@217113 91177308-0d34-0410-b5e6-96231b3b80d8


No differences found