* src/process.c (syms_of_process): Remove duplicated call to DEFSYM.

Fixes: Bug#28721

Copyright-paperwork-exempt: yes.
This commit is contained in:
Piotr Trojanek 2017-10-06 17:12:31 +03:00 committed by Eli Zaretskii
parent 9655937da4
commit 560dd9b573

View file

@ -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");