From 560dd9b573d8a470430b23837568892aa7071bd2 Mon Sep 17 00:00:00 2001 From: Piotr Trojanek Date: Fri, 6 Oct 2017 17:12:31 +0300 Subject: [PATCH] * src/process.c (syms_of_process): Remove duplicated call to DEFSYM. Fixes: Bug#28721 Copyright-paperwork-exempt: yes. --- src/process.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/process.c b/src/process.c index 2733fa39113..05feba73253 100644 --- a/src/process.c +++ b/src/process.c @@ -8097,7 +8097,6 @@ syms_of_process (void) DEFSYM (Qreal, "real"); DEFSYM (Qnetwork, "network"); DEFSYM (Qserial, "serial"); - DEFSYM (Qpipe, "pipe"); DEFSYM (QCbuffer, ":buffer"); DEFSYM (QChost, ":host"); DEFSYM (QCservice, ":service"); -- 2.39.5