summaryrefslogtreecommitdiff
path: root/cache/cache.go
diff options
context:
space:
mode:
Diffstat (limited to 'cache/cache.go')
-rw-r--r--cache/cache.go8
1 files changed, 0 insertions, 8 deletions
diff --git a/cache/cache.go b/cache/cache.go
index 8a17592..f036052 100644
--- a/cache/cache.go
+++ b/cache/cache.go
@@ -143,11 +143,3 @@ outer:
Entries: result,
}
}
-
-func Touch() error {
- fd, err := os.Create(Path)
- if fd != nil {
- defer fd.Close()
- }
- return err
-}