From 2f60853f802f7846ab59906612e15fcde066e217 Mon Sep 17 00:00:00 2001 From: Patrick Mylund Nielsen Date: Mon, 30 Nov 2015 14:49:18 -0500 Subject: [PATCH] No need for emptyTime anymore --- cache.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/cache.go b/cache.go index cea90c5..e934361 100644 --- a/cache.go +++ b/cache.go @@ -10,8 +10,6 @@ import ( "time" ) -var emptyTime = time.Time{} - type Item struct { Object interface{} Expiration int64