From fa3f23105ddcf07c5900de47f19af43d1db1b597 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 20 Feb 2017 00:05:27 -0800 Subject: Import Upstream version 2c3 --- tzfile.scm | 2 -- 1 file changed, 2 deletions(-) (limited to 'tzfile.scm') diff --git a/tzfile.scm b/tzfile.scm index 2f3c2d0..fb3bda7 100644 --- a/tzfile.scm +++ b/tzfile.scm @@ -19,8 +19,6 @@ (require 'byte) -(define tzfile:vicinity (make-vicinity "/usr/lib/zoneinfo/")) - (define (tzfile:read-long port) (let ((hibyte (read-byte port))) (do ((idx 3 (+ -1 idx)) -- cgit v1.2.3