emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 65172e61cc: * src/fns.c (concat_strings): Clean-up unused variabl


From: Andrea Corallo
Subject: master 65172e61cc: * src/fns.c (concat_strings): Clean-up unused variable.
Date: Tue, 25 Jan 2022 11:59:21 -0500 (EST)

branch: master
commit 65172e61cc307e9c823a7b958f8327d7d52ec2d4
Author: Andrea Corallo <akrl@sdf.org>
Commit: Andrea Corallo <akrl@sdf.org>

    * src/fns.c (concat_strings): Clean-up unused variable.
---
 src/fns.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/fns.c b/src/fns.c
index 251796eb63..986e26f6ae 100644
--- a/src/fns.c
+++ b/src/fns.c
@@ -923,8 +923,6 @@ concat_strings (ptrdiff_t nargs, Lisp_Object *args)
          for (ptrdiff_t j = 0; j < len; j++)
            {
              int c = XFIXNAT (AREF (arg, j));
-             ptrdiff_t arg_len_byte = CHAR_BYTES (c);
-
              if (dest_multibyte)
                toindex_byte += CHAR_STRING (c, SDATA (result) + toindex_byte);
              else



reply via email to

[Prev in Thread] Current Thread [Next in Thread]