1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-26 11:52:25 +00:00

The pointers Atomspace, Spospspace, Snegspace, Arrayspace can be removed (#402)

These pointers are neither initialized nor referenced anywhere in the code.
This commit is contained in:
Nick Briggs
2021-10-10 16:55:33 -07:00
committed by GitHub
parent a25368714f
commit 75c668f1cd
3 changed files with 0 additions and 9 deletions

View File

@@ -267,7 +267,6 @@ LispPTR compare_lisp_chars(register const char *char1, register const char *char
LispPTR make_atom(const char *char_base, DLword offset, DLword length, short int non_numericp)
/* if it is NIL then these chars are treated as NUMBER */
{
extern DLword *Spospspace;
extern DLword *AtomHT;
extern DLword *Pnamespace;
extern DLword *AtomSpace;