summaryrefslogtreecommitdiff
path: root/src/comp.c
diff options
context:
space:
mode:
authorAndrea Corallo <akrl@sdf.org>2019-11-12 19:56:35 +0100
committerAndrea Corallo <akrl@sdf.org>2020-01-01 11:38:04 +0100
commit8b8b8539d7415f1decde46d088c89c2fc69b1010 (patch)
tree083f0bee93bea2bae15ab0cd61f9d9670b96472d /src/comp.c
parent4320307843b44fa049ba7e8217f0349932ff56e5 (diff)
downloademacs-8b8b8539d7415f1decde46d088c89c2fc69b1010.tar.gz
emacs-8b8b8539d7415f1decde46d088c89c2fc69b1010.tar.bz2
emacs-8b8b8539d7415f1decde46d088c89c2fc69b1010.zip
cleanup unnecessary symbol definition
Diffstat (limited to 'src/comp.c')
-rw-r--r--src/comp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/comp.c b/src/comp.c
index 3cb0fb285bf..f92bc62506b 100644
--- a/src/comp.c
+++ b/src/comp.c
@@ -3325,7 +3325,6 @@ syms_of_comp (void)
DEFSYM (Qcallref, "callref");
DEFSYM (Qdirect_call, "direct-call");
DEFSYM (Qdirect_callref, "direct-callref");
- DEFSYM (Qncall, "ncall");
DEFSYM (Qsetimm, "setimm");
DEFSYM (Qreturn, "return");
DEFSYM (Qcomp_mvar, "comp-mvar");