From eb92a4515219d1eebc3a9e815dfd915db129e774 Mon Sep 17 00:00:00 2001 From: Joe Groff Date: Fri, 16 Oct 2009 12:42:57 -0500 Subject: [PATCH] prune dead definitions from alien.data.map --- extra/alien/data/map/map.factor | 2 -- 1 file changed, 2 deletions(-) diff --git a/extra/alien/data/map/map.factor b/extra/alien/data/map/map.factor index 48fcbcd97b..21a026644e 100644 --- a/extra/alien/data/map/map.factor +++ b/extra/alien/data/map/map.factor @@ -5,8 +5,6 @@ lexer locals macros make math math.ranges parser sequences sequences.private ; FROM: alien.arrays => array-length ; IN: alien.data.map -ERROR: bad-data-map-input-length byte-length iter-size remainder ; - ( displacement bytes length type -- direct-array )