mirror of
https://github.com/rfivet/uemacs.git
synced 2024-12-20 00:06:45 -05:00
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:
parent
5ffdebdbf3
commit
6139ec4e73
3
line.c
3
line.c
@ -18,9 +18,6 @@
|
|||||||
#include "edef.h"
|
#include "edef.h"
|
||||||
#include "efunc.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
|
* 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
|
* containing "used" characters. The block is always rounded up a bit. Return
|
||||||
|
Loading…
Reference in New Issue
Block a user