forked from OSchip/llvm-project
Remove dead prototype DebugInfoFinder::processExpression(), NFC
llvm-svn: 233031
This commit is contained in:
parent
9b9cc2dad4
commit
3943e053e0
|
@ -1401,9 +1401,6 @@ public:
|
||||||
/// \brief Process DILocation.
|
/// \brief Process DILocation.
|
||||||
void processLocation(const Module &M, DILocation Loc);
|
void processLocation(const Module &M, DILocation Loc);
|
||||||
|
|
||||||
/// \brief Process DIExpression.
|
|
||||||
void processExpression(DIExpression Expr);
|
|
||||||
|
|
||||||
/// \brief Clear all lists.
|
/// \brief Clear all lists.
|
||||||
void reset();
|
void reset();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue