aboutsummaryrefslogtreecommitdiffstats
path: root/src/bytecode.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/bytecode.c')
-rw-r--r--src/bytecode.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/bytecode.c b/src/bytecode.c
index 3267c7c8c76..4c5ac151de1 100644
--- a/src/bytecode.c
+++ b/src/bytecode.c
@@ -87,8 +87,6 @@ Lisp_Object Qbyte_code_meter;
87#endif /* BYTE_CODE_METER */ 87#endif /* BYTE_CODE_METER */
88 88
89 89
90Lisp_Object Qbytecode;
91
92/* Byte codes: */ 90/* Byte codes: */
93 91
94#define BYTE_CODES \ 92#define BYTE_CODES \
@@ -1963,8 +1961,6 @@ exec_byte_code (Lisp_Object bytestr, Lisp_Object vector, Lisp_Object maxdepth,
1963void 1961void
1964syms_of_bytecode (void) 1962syms_of_bytecode (void)
1965{ 1963{
1966 DEFSYM (Qbytecode, "byte-code");
1967
1968 defsubr (&Sbyte_code); 1964 defsubr (&Sbyte_code);
1969 1965
1970#ifdef BYTE_CODE_METER 1966#ifdef BYTE_CODE_METER