diff options
Diffstat (limited to 'include/llvm/CodeGen/DwarfWriter.h')
-rw-r--r-- | include/llvm/CodeGen/DwarfWriter.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/llvm/CodeGen/DwarfWriter.h b/include/llvm/CodeGen/DwarfWriter.h index 97cf80bbff..8e82718e6c 100644 --- a/include/llvm/CodeGen/DwarfWriter.h +++ b/include/llvm/CodeGen/DwarfWriter.h @@ -33,7 +33,6 @@ class Value; class Module; class GlobalVariable; class TargetAsmInfo; -class Timer; class raw_ostream; //===----------------------------------------------------------------------===// @@ -50,9 +49,6 @@ private: /// DwarfException *DE; - /// DwarfTimer - Timer for the Dwarf writer. - /// - Timer *DwarfTimer; public: static char ID; // Pass identification, replacement for typeid |