]> granicus.if.org Git - clang/commit
Remove now dead code.
authorFrederic Riss <friss@apple.com>
Thu, 20 Nov 2014 16:24:29 +0000 (16:24 +0000)
committerFrederic Riss <friss@apple.com>
Thu, 20 Nov 2014 16:24:29 +0000 (16:24 +0000)
commit6e377b499927d36c68891f7fd39e2e97137571ae
treee5c64b089403f5492f7f00116ab59d068cb881bf
parent8b4ad0b3e6b4baa7800c53c1e079151f1b28cf59
Remove now dead code.

After LLVM r222434, the Variables field of DISubprograms for forward
declarations will always be null. No need to keep code around to
delete them.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@222437 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGDebugInfo.cpp