Remove dead prototype DebugInfoFinder::processExpression(), NFC
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Mon, 23 Mar 2015 22:10:27 +0000 (22:10 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Mon, 23 Mar 2015 22:10:27 +0000 (22:10 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@233031 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/IR/DebugInfo.h

index 73d2a7f9e37263f34b55d01b8433704f7143e093..0163c056236a6a23037cb9fe7e7718087c253e17 100644 (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();