aboutsummaryrefslogtreecommitdiffstats
path: root/src/insdel.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/insdel.c')
-rw-r--r--src/insdel.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/insdel.c b/src/insdel.c
index 18495e6c903..ad3460f9a64 100644
--- a/src/insdel.c
+++ b/src/insdel.c
@@ -596,7 +596,6 @@ copy_text (const unsigned char *from_addr, unsigned char *to_addr,
596 { 596 {
597 EMACS_INT nchars = 0; 597 EMACS_INT nchars = 0;
598 EMACS_INT bytes_left = nbytes; 598 EMACS_INT bytes_left = nbytes;
599 Lisp_Object tbl = Qnil;
600 599
601 while (bytes_left > 0) 600 while (bytes_left > 0)
602 { 601 {