Skip to content

Commit

Permalink
clean up some debugging leftovers
Browse files Browse the repository at this point in the history
  • Loading branch information
mflatt committed Dec 22, 2020
1 parent a450246 commit d7e9628
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions racket/src/ChezScheme/c/scheme.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

Expand Down
1 change: 0 additions & 1 deletion racket/src/cs/c/adjust-compress.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d7e9628

Please sign in to comment.