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