remove unused field
This commit is contained in:
parent
3885f4683b
commit
b42daeacf0
|
@ -517,8 +517,6 @@ void scheme_finish_kernel(Scheme_Env *env)
|
|||
}
|
||||
}
|
||||
|
||||
kernel->no_cert = 1;
|
||||
|
||||
{
|
||||
Scheme_Module_Exports *me;
|
||||
me = scheme_make_module_exports();
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user