diff options
author | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2015-03-23 22:10:27 +0000 |
---|---|---|
committer | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2015-03-23 22:10:27 +0000 |
commit | 3943e053e0564e06fe1293104ae73b43b16769c2 (patch) | |
tree | e103ce9727c71f96c5c7b0e09ac6214356efe931 | |
parent | 9b9cc2dad4f8200acdef7cc7f4a618c119932550 (diff) | |
download | bcm5719-llvm-3943e053e0564e06fe1293104ae73b43b16769c2.tar.gz bcm5719-llvm-3943e053e0564e06fe1293104ae73b43b16769c2.zip |
Remove dead prototype DebugInfoFinder::processExpression(), NFC
llvm-svn: 233031
-rw-r--r-- | llvm/include/llvm/IR/DebugInfo.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/include/llvm/IR/DebugInfo.h b/llvm/include/llvm/IR/DebugInfo.h index 73d2a7f9e37..0163c056236 100644 --- a/llvm/include/llvm/IR/DebugInfo.h +++ b/llvm/include/llvm/IR/DebugInfo.h @@ -1401,9 +1401,6 @@ public: /// \brief Process DILocation. void processLocation(const Module &M, DILocation Loc); - /// \brief Process DIExpression. - void processExpression(DIExpression Expr); - /// \brief Clear all lists. void reset(); |