Remove dead prototype DebugInfoFinder::processExpression(), NFC

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@233031 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Duncan P. N. Exon Smith 2015-03-23 22:10:27 +00:00
parent 7ad96398c6
commit 9e6a05f572

View File

@ -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();