From 35fe7344aedec52c3fa048237e8554f97dff9182 Mon Sep 17 00:00:00 2001 From: Devang Patel Date: Tue, 13 Jan 2009 22:54:57 +0000 Subject: Undo previous checkin. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62190 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/CodeGen/DwarfWriter.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include') 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(); }; -- cgit v1.1