remove accidentally committed debugging change

This commit is contained in:
Matthew Flatt 2015-07-23 09:09:03 -06:00
parent f4d05aaba8
commit 1d380864e9

View File

@ -6106,7 +6106,7 @@ Scheme_Object *scheme_syntax_to_datum(Scheme_Object *stx, int with_scopes,
/* datum->syntax */
/*========================================================================*/
#define return_NULL assert(0) // return NULL
#define return_NULL return NULL
Scheme_Scope_Set *list_to_scope_set(Scheme_Object *l, Scheme_Unmarshal_Tables *ut)
{