Remove a now-dead method
authorChris Lattner <sabre@nondot.org>
Tue, 2 May 2006 17:17:13 +0000 (17:17 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 2 May 2006 17:17:13 +0000 (17:17 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28054 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/MachineCodeEmitter.h

index 39a89eeeead752df44028886419b64eb0a763b2e..47ccef5317a04668f120b75ab3d901772d216927 100644 (file)
@@ -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.
   ///