core: Remove MesCC reminder.

This commit is contained in:
Jan Nieuwenhuizen 2018-04-12 07:06:40 +02:00
parent 5b30d234cb
commit 9b9a27b743
No known key found for this signature in database
GPG key ID: F3C1A0D9C1D65273

View file

@ -1174,11 +1174,6 @@ eval_apply ()
SCM name = CADR (r2);
if (TYPE (CADR (r2)) == TPAIR)
name = CAR (name);
#if __MESC__
// hmm, mes needs a reminder...
global_p = CAAR (r0) != cell_closure;
macro_p = CAR (r2) == cell_symbol_define_macro;
#endif // __MESC__
if (macro_p)
{
SCM entry = assq (name, g_macros);