Remove dead prototype DebugInfoFinder::processExpression(), NFC

llvm-svn: 233031
This commit is contained in:
Duncan P. N. Exon Smith 2015-03-23 22:10:27 +00:00
parent 9b9cc2dad4
commit 3943e053e0
1 changed files with 0 additions and 3 deletions

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