Remove a now-dead method

llvm-svn: 28054
This commit is contained in:
Chris Lattner 2006-05-02 17:17:13 +00:00
parent 5bc9c583e3
commit b58f1fa905
1 changed files with 0 additions and 6 deletions

View File

@ -77,12 +77,6 @@ public:
/// ///
virtual void emitByte(unsigned char B) {} 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 /// emitWord - This callback is invoked when a word needs to be written to the
/// output stream. /// output stream.
/// ///