DebugInfo: Remove DwarfDebug::addCurrentFnArgument declaration now that it's moved...
[oota-llvm.git] / lib / CodeGen / AsmPrinter / DwarfDebug.h
index 169e9421699c0c808aaf8fb123f24fb1be208906..ec5618f5da701f72f66f99f8fa6086f0dc12f6c2 100644 (file)
@@ -487,10 +487,6 @@ class DwarfDebug : public AsmPrinterHandler {
   /// ending of a scope.
   void identifyScopeMarkers();
 
-  /// \brief If Var is an current function argument that add it in
-  /// CurrentFnArguments list.
-  bool addCurrentFnArgument(DbgVariable *Var, LexicalScope *Scope);
-
   /// \brief Populate LexicalScope entries with variables' info.
   void collectVariableInfo(DwarfCompileUnit &TheCU, DISubprogram SP,
                            SmallPtrSetImpl<const MDNode *> &ProcessedVars);