diff options
author | Chris Lattner <sabre@nondot.org> | 2006-05-02 17:17:13 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-05-02 17:17:13 +0000 |
commit | 15bddb96c31475d14833f7aef9ccae5305b7f5f2 (patch) | |
tree | f2a5d6312762fbc24e5190b217b63f780965c59e /include | |
parent | 608c189534eeb24c9c2cf4ba2958a18df895935a (diff) | |
download | external_llvm-15bddb96c31475d14833f7aef9ccae5305b7f5f2.zip external_llvm-15bddb96c31475d14833f7aef9ccae5305b7f5f2.tar.gz external_llvm-15bddb96c31475d14833f7aef9ccae5305b7f5f2.tar.bz2 |
Remove a now-dead method
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28054 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r-- | include/llvm/CodeGen/MachineCodeEmitter.h | 6 |
1 files changed, 0 insertions, 6 deletions
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. /// |