From 15bddb96c31475d14833f7aef9ccae5305b7f5f2 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 2 May 2006 17:17:13 +0000 Subject: Remove a now-dead method git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28054 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/CodeGen/MachineCodeEmitter.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'include') diff --git a/include/llvm/CodeGen/MachineCodeEmitter.h b/include/llvm/CodeGen/MachineCodeEmitter.h index 39a89ee..47ccef5 100644 --- a/include/llvm/CodeGen/MachineCodeEmitter.h +++ b/include/llvm/CodeGen/MachineCodeEmitter.h @@ -77,12 +77,6 @@ public: /// virtual void emitByte(unsigned char B) {} - /// emitWordAt - This callback is invoked when a word needs to be written to - /// the output stream at a different position than the current PC (for - /// instance, when performing relocations). - /// - virtual void emitWordAt(unsigned W, unsigned *Ptr) {} - /// emitWord - This callback is invoked when a word needs to be written to the /// output stream. /// -- cgit v1.1