unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#28730: [PATCH] Remove duplicated call to DEFSYM from the same routine.
@ 2017-10-07 13:39 Piotr Trojanek
  2017-10-07 14:55 ` Eli Zaretskii
  0 siblings, 1 reply; 2+ messages in thread
From: Piotr Trojanek @ 2017-10-07 13:39 UTC (permalink / raw)
  To: 28730; +Cc: Piotr Trojanek

* src/gnutls.c (syms_of_gnutls): Remove duplicated call to DEFSYM.

Copyright-paperwork-exempt: yes.
---
 src/gnutls.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/gnutls.c b/src/gnutls.c
index d7a1399f10..b55d1b9289 100644
--- a/src/gnutls.c
+++ b/src/gnutls.c
@@ -2472,7 +2472,6 @@ syms_of_gnutls (void)
   DEFSYM (QCcipher_blocksize, ":cipher-blocksize");
   DEFSYM (QCcipher_keysize, ":cipher-keysize");
   DEFSYM (QCcipher_tagsize, ":cipher-tagsize");
-  DEFSYM (QCcipher_keysize, ":cipher-keysize");
   DEFSYM (QCcipher_ivsize, ":cipher-ivsize");
 
   DEFSYM (QCmac_algorithm_id, ":mac-algorithm-id");
-- 
2.11.0






^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#28730: [PATCH] Remove duplicated call to DEFSYM from the same routine.
  2017-10-07 13:39 bug#28730: [PATCH] Remove duplicated call to DEFSYM from the same routine Piotr Trojanek
@ 2017-10-07 14:55 ` Eli Zaretskii
  0 siblings, 0 replies; 2+ messages in thread
From: Eli Zaretskii @ 2017-10-07 14:55 UTC (permalink / raw)
  To: Piotr Trojanek; +Cc: 28730-done

> From: Piotr Trojanek <piotr.trojanek@gmail.com>
> Date: Sat,  7 Oct 2017 15:39:06 +0200
> Cc: Piotr Trojanek <piotr.trojanek@gmail.com>
> 
> * src/gnutls.c (syms_of_gnutls): Remove duplicated call to DEFSYM.

Thanks, pushed to the release branch.





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-10-07 14:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-07 13:39 bug#28730: [PATCH] Remove duplicated call to DEFSYM from the same routine Piotr Trojanek
2017-10-07 14:55 ` Eli Zaretskii

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).