[Support] Remove statically initialized yet dead code.
authorBenjamin Kramer <benny.kra@googlemail.com>
Fri, 27 Mar 2015 11:01:53 +0000 (11:01 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Fri, 27 Mar 2015 11:01:53 +0000 (11:01 +0000)
commit11e66726935145316bbf586211ff9d88da23fa52
tree68e4520e2f9f5069029a09d734a2d87ac9f7bd07
parentfb45b9fafcc3f626c98e42a69b2ee3ea8ece1a92
[Support] Remove statically initialized yet dead code.

The last user of this code vanished with r223368, but this function still was
around being executed on every process start, allocating some memory and then
never being used again. No functional change.

Also avoids occasional complaints about the benign leak in this function, like
PR23037.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@233371 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Support/Process.cpp