diff options
author | Andrea Corallo <akrl@sdf.org> | 2019-11-12 19:56:35 +0100 |
---|---|---|
committer | Andrea Corallo <akrl@sdf.org> | 2020-01-01 11:38:04 +0100 |
commit | 8b8b8539d7415f1decde46d088c89c2fc69b1010 (patch) | |
tree | 083f0bee93bea2bae15ab0cd61f9d9670b96472d /src | |
parent | 4320307843b44fa049ba7e8217f0349932ff56e5 (diff) | |
download | emacs-8b8b8539d7415f1decde46d088c89c2fc69b1010.tar.gz emacs-8b8b8539d7415f1decde46d088c89c2fc69b1010.tar.bz2 emacs-8b8b8539d7415f1decde46d088c89c2fc69b1010.zip |
cleanup unnecessary symbol definition
Diffstat (limited to 'src')
-rw-r--r-- | src/comp.c | 1 |
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"); |