From a418d9d79f2198e7f019e354a07766b23806da75 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Sun, 19 Feb 2017 17:38:18 -0800 Subject: [PATCH] Eliminate integration of make-string and make-vector-8b. --- src/sf/usiexp.scm | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/sf/usiexp.scm b/src/sf/usiexp.scm index 96da1ae46..7440f0e59 100644 --- a/src/sf/usiexp.scm +++ b/src/sf/usiexp.scm @@ -757,8 +757,6 @@ USA. intern list make-bytevector - make-string - make-vector-8b ;; modulo ; Compiler does not currently open-code it. negative? not @@ -843,8 +841,6 @@ USA. intern-expansion list-expansion make-bytevector-expansion - make-string-expansion - make-string-expansion ;for make-vector-8b ;; modulo-expansion negative?-expansion not-expansion -- 2.25.1