Debug Info: Move isSubprogramContext from DebugInfo to DwarfDebug.
[oota-llvm.git] / include / llvm / DebugInfo.h
index e8cc79381fa78b4483cfb4ee381fe512102b0b6d..df9c0c782be88692df494c3ab3919962cb27deee 100644 (file)
@@ -729,10 +729,6 @@ namespace llvm {
   /// getDICompositeType - Find underlying composite type.
   DICompositeType getDICompositeType(DIType T);
 
-  /// isSubprogramContext - Return true if Context is either a subprogram
-  /// or another context nested inside a subprogram.
-  bool isSubprogramContext(const MDNode *Context);
-
   /// getOrInsertFnSpecificMDNode - Return a NameMDNode that is suitable
   /// to hold function specific information.
   NamedMDNode *getOrInsertFnSpecificMDNode(Module &M, DISubprogram SP);