1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-02-21 14:47:59 +00:00

Remove cdrom&cdaudio support code. (#339)

This is not used in Medley (the MISCN-TABLE-LIST doesn't include
the required constants), nor does anything use or reference this
code. It also won't compile as it needs some routines that are
missing from our code.
This commit is contained in:
Bruce Mitchener
2021-02-10 11:38:08 +07:00
committed by GitHub
parent 78943073c3
commit b21aeecf4c
6 changed files with 0 additions and 678 deletions

View File

@@ -155,11 +155,6 @@ int OP_miscn(int misc_index, int arg_count) {
break;
#endif /* JLISP */
#ifdef CDROM
case miscn_CDAUDIO: result = cdaudio(args); break;
case miscn_CDROM: result = cdrom(args); break;
#endif /* CDROM */
case /* miscn_CALL_C*/ 014:
/* result = call_c_fn(args); */
result = 0;