aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThiago Farina <tfransosi@gmail.com>2010-02-15 21:12:02 -0500
committerLinus Torvalds <torvalds@linux-foundation.org>2010-02-15 18:33:31 -0800
commit6139ec4e731405847c7a731678fb6cac315bd629 (patch)
tree0714cf4c665b394e34aeaaf25786992c8cd85c8a
parent5ffdebdbf323ecfd6863b08aec5ec1da00a0f97c (diff)
downloaduemacs-6139ec4e731405847c7a731678fb6cac315bd629.tar.gz
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>
-rw-r--r--line.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/line.c b/line.c
index eed82b5..c51b0dc 100644
--- a/line.c
+++ b/line.c
@@ -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