Index: go/src/infra/gae/libs/wrapper/memory/taskqueue.go |
diff --git a/go/src/infra/gae/libs/wrapper/memory/taskqueue.go b/go/src/infra/gae/libs/wrapper/memory/taskqueue.go |
index da8631b4ab68c4eb0a9aa54eb9ac1b08bda0f8d2..d2c6b8ef2d4af91f928244a12d0cbd3602cf24cf 100644 |
--- a/go/src/infra/gae/libs/wrapper/memory/taskqueue.go |
+++ b/go/src/infra/gae/libs/wrapper/memory/taskqueue.go |
@@ -23,9 +23,7 @@ import ( |
/////////////////////////////// public functions /////////////////////////////// |
-// UseTQ adds a wrapper.TaskQueue implementation to context, accessible |
-// by wrapper.GetTQ(c) |
-func UseTQ(c context.Context) context.Context { |
+func useTQ(c context.Context) context.Context { |
return wrapper.SetTQFactory(c, func(ic context.Context) wrapper.TaskQueue { |
tqd := cur(ic).Get(memContextTQIdx) |
var ret interface { |