From: Chris Lattner Date: Tue, 2 May 2006 17:17:13 +0000 (+0000) Subject: Remove a now-dead method X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=15bddb96c31475d14833f7aef9ccae5305b7f5f2;p=oota-llvm.git Remove a now-dead method git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28054 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/CodeGen/MachineCodeEmitter.h b/include/llvm/CodeGen/MachineCodeEmitter.h index 39a89eeeead..47ccef5317a 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. ///