uemacs/line.c: remove two unused variables.

line.c:21: warning: ‘ykbuf’ defined but not used
line.c:22: warning: ‘ykboff’ defined but not used

Signed-off-by: Thiago Farina <tfransosi@gmail.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
Thiago Farina 2010-02-15 21:12:02 -05:00 committed by Linus Torvalds
parent 5ffdebdbf3
commit 6139ec4e73
1 changed files with 0 additions and 3 deletions

3
line.c
View File

@ -18,9 +18,6 @@
#include "edef.h"
#include "efunc.h"
static KILL *ykbuf; /* ptr to current kill buffer chunk being yanked */
static int ykboff; /* offset into that chunk */
/*
* This routine allocates a block of memory large enough to hold a LINE
* containing "used" characters. The block is always rounded up a bit. Return