remove unused field

This commit is contained in:
Matthew Flatt 2011-11-01 16:33:02 -06:00
parent 3885f4683b
commit b42daeacf0
2 changed files with 0 additions and 4 deletions

View File

@ -517,8 +517,6 @@ void scheme_finish_kernel(Scheme_Env *env)
}
}
kernel->no_cert = 1;
{
Scheme_Module_Exports *me;
me = scheme_make_module_exports();

View File

@ -3010,8 +3010,6 @@ typedef struct Scheme_Module
Scheme_Object **bodies; /* array `num_phases' long */
char no_cert;
struct Scheme_Module_Exports *me;
int num_phases;