clean up some debugging leftovers
This commit is contained in:
parent
a450246ee7
commit
d7e9628caf
|
@ -344,11 +344,8 @@ static void idiot_checks() {
|
|||
static ptr boot_call PROTO((ptr tc, ptr p, INT n));
|
||||
static void check_ap PROTO((ptr tc));
|
||||
|
||||
int boot_calls = 0;
|
||||
|
||||
/* arguments and ac0 set up */
|
||||
static ptr boot_call(tc, p, n) ptr tc; ptr p; INT n; {
|
||||
boot_calls++;
|
||||
AC1(tc) = p;
|
||||
CP(tc) = Svoid; /* don't have calling code object */
|
||||
|
||||
|
|
|
@ -190,7 +190,6 @@
|
|||
(for ([path (in-list path)])
|
||||
(define bstr (file->bytes path))
|
||||
(define bstr2 (adjust-compress bstr))
|
||||
(printf "~s ~s\n" path (equal? bstr bstr2))
|
||||
(unless (equal? bstr bstr2)
|
||||
(call-with-output-file*
|
||||
path
|
||||
|
|
Loading…
Reference in New Issue
Block a user