Delete dead code introduced in r347354.
authorErich Keane <erich.keane@intel.com>
Mon, 26 Nov 2018 17:51:27 +0000 (17:51 +0000)
committerErich Keane <erich.keane@intel.com>
Mon, 26 Nov 2018 17:51:27 +0000 (17:51 +0000)
commite381120477eeb22eb1aecf3ba024ecf7d191cf4e
tree404e6d25a7b40154896341b715ca070996825e13
parent7ae4f5c6de936e829f0eb230ec5bc772dd5889fe
Delete dead code introduced in r347354.

ParentTy is never used other than an assignment, and since it is a
pointer, there is no side effect. Some versions of GCC notice and warn
on this.

Change-Id: I37dc1a18c7b58040419afb803621de13d8904a8f
llvm-svn: 347581
llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp