]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[console] Remove never-used putline() method
authorMichael Brown <mcb30@ipxe.org>
Wed, 14 Jul 2010 10:27:42 +0000 (11:27 +0100)
committerMichael Brown <mcb30@ipxe.org>
Wed, 14 Jul 2010 10:27:42 +0000 (11:27 +0100)
commitc5d760c9870bf8cbe1f3b8c97495c86250ca1d72
treee17eb03d500af5d83fcff03ed33b9ebd99754c8b
parentd15ce77267b9032b921dd42eafe673ad554b06af
[console] Remove never-used putline() method

putline() was introduced back in 2007 for a feature that was never
committed.  No console driver implements it and no code calls it, so
remove it from struct console_driver.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/include/console.h