aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/DwarfWriter.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/CodeGen/DwarfWriter.h')
-rw-r--r--include/llvm/CodeGen/DwarfWriter.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/llvm/CodeGen/DwarfWriter.h b/include/llvm/CodeGen/DwarfWriter.h
index 19601a4..7c9ada8 100644
--- a/include/llvm/CodeGen/DwarfWriter.h
+++ b/include/llvm/CodeGen/DwarfWriter.h
@@ -97,9 +97,6 @@ public:
///
void RecordVariable(GlobalVariable *GV, unsigned FrameIndex);
- /// hasDebugInfo - Return true if debug info intrinsics are seen in
- /// this module.
- bool hasDebugInfo();
};