[syslinux:elflink] core/font.c: remove another reference to trackbuf

syslinux-bot for H. Peter Anvin hpa at linux.intel.com
Tue May 29 11:48:02 PDT 2012


Commit-ID:  5175cff5ee89f23b135282eef79367043f20cb67
Gitweb:     http://www.syslinux.org/commit/5175cff5ee89f23b135282eef79367043f20cb67
Author:     H. Peter Anvin <hpa at linux.intel.com>
AuthorDate: Tue, 29 May 2012 11:46:41 -0700
Committer:  H. Peter Anvin <hpa at linux.intel.com>
CommitDate: Tue, 29 May 2012 11:46:41 -0700

core/font.c: remove another reference to trackbuf

Remove a dead reference to trackbuf.

Signed-off-by: H. Peter Anvin <hpa at linux.intel.com>

---
 core/font.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/core/font.c b/core/font.c
index 9d4f42c..31fb29e 100644
--- a/core/font.c
+++ b/core/font.c
@@ -52,7 +52,6 @@ void loadfont(const char *filename)
 	if (!f)
 		return;
 
-	p = trackbuf;
 	/* Read header */
 	if (_fread(&hdr, sizeof hdr, f) != sizeof hdr)
 		goto fail;


More information about the Syslinux-commits mailing list