mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-28 12:39:28 +00:00
Remove unused atom_to_str() function and the warning it generates
This commit is contained in:
@@ -77,15 +77,6 @@ extern LispPTR *PENDINGINTERRUPT68k;
|
||||
*/
|
||||
/***********************************************************/
|
||||
|
||||
char *atom_to_str(LispPTR atom_index) {
|
||||
PNCell *pnptr;
|
||||
char *pname_base;
|
||||
|
||||
pnptr = (PNCell *)GetPnameCell(atom_index);
|
||||
pname_base = (char *)NativeAligned2FromLAddr(pnptr->pnamebase);
|
||||
return (pname_base + 1);
|
||||
} /*atom_to_str*/
|
||||
|
||||
#define POP_SUBR_ARGS \
|
||||
do { \
|
||||
args[0] = NIL_PTR; \
|
||||
|
||||
Reference in New Issue
Block a user