]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/calendar/unix/unix.factor
scrub memory>struct calls made redundant
[factor.git] / basis / calendar / unix / unix.factor
index ac72385d8c75a33d8ce55270a7cfcaf4b17eaa40..fdc85c943a422041d50848861ebec70fee6a6006 100644 (file)
@@ -21,7 +21,7 @@ IN: calendar.unix
     timespec>seconds since-1970 ;
 
 : get-time ( -- alien )
-    f time <time_t> localtime tm memory>struct ;
+    f time <time_t> localtime ;
 
 : timezone-name ( -- string )
     get-time zone>> ;