about summary refs log tree commit diff stats
path: root/cache.go
diff options
context:
space:
mode:
authorBen Morrison <ben@gbmor.dev>2020-05-09 02:14:52 -0400
committerBen Morrison <ben@gbmor.dev>2020-05-09 02:14:52 -0400
commit840172b5d5a695f15ed9c3e95b1525f641f81c4d (patch)
treee723c1b52572a23433d5987da45e107958eeb1b5 /cache.go
parent1eab8d9a920942749547bcba80f9ad9e1c7cc276 (diff)
downloadapi-840172b5d5a695f15ed9c3e95b1525f641f81c4d.tar.gz
removed unneeded cache-checking function placeholders
Diffstat (limited to 'cache.go')
-rw-r--r--cache.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/cache.go b/cache.go
index a0d56eb..19e00ec 100644
--- a/cache.go
+++ b/cache.go
@@ -136,8 +136,3 @@ func bapIndex() {
 		expires: time.Now().Add(cacheDuration),
 	}
 }
-
-func bapPkgs(format string)      {}
-func bapQuery(format string)     {}
-func bapUserCount(format string) {}
-func bapUsers(format string)     {}