diff --git a/src/racket/src/startup.inc b/src/racket/src/startup.inc index d382f041e9..e90268b810 100644 --- a/src/racket/src/startup.inc +++ b/src/racket/src/startup.inc @@ -660,10 +660,6 @@ "(or(and(not bm) am) " "(and am bm(>=(cdr am)(cdr bm)) am)))))))" "(lambda(path expect-module)" -"(with-continuation-mark" -" parameterization-key" -" orig-paramz" -" (printf \"~s ~s\\n\" path expect-module))" "(unless(path-string? path)" " (raise-type-error 'load/use-compiled \"path or valid-path string\" path))" "(unless(or(not expect-module)"