* src/process.c (syms_of_process): Remove duplicated call to DEFSYM.
Fixes: Bug#28721 Copyright-paperwork-exempt: yes.
This commit is contained in:
parent
9655937da4
commit
560dd9b573
1 changed files with 0 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Reference in a new issue