From: Duncan P. N. Exon Smith Date: Mon, 23 Mar 2015 22:10:27 +0000 (+0000) Subject: Remove dead prototype DebugInfoFinder::processExpression(), NFC X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=9e6a05f57235775839ebd55d9af1c71a8b80b16b Remove dead prototype DebugInfoFinder::processExpression(), NFC git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@233031 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/IR/DebugInfo.h b/include/llvm/IR/DebugInfo.h index 73d2a7f9e37..0163c056236 100644 --- a/include/llvm/IR/DebugInfo.h +++ b/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();