| Index: go/src/infra/gae/libs/gae/context.go
|
| diff --git a/go/src/infra/gae/libs/gae/context.go b/go/src/infra/gae/libs/gae/context.go
|
| deleted file mode 100644
|
| index f8a458a281367f93dd24a9c66529869b7e62c1b6..0000000000000000000000000000000000000000
|
| --- a/go/src/infra/gae/libs/gae/context.go
|
| +++ /dev/null
|
| @@ -1,19 +0,0 @@
|
| -// Copyright 2015 The Chromium Authors. All rights reserved.
|
| -// Use of this source code is governed by a BSD-style license that can be
|
| -// found in the LICENSE file.
|
| -
|
| -package gae
|
| -
|
| -type key int
|
| -
|
| -var (
|
| - globalInfoKey key
|
| -
|
| - rawDatastoreKey key = 1
|
| - memcacheKey key = 2
|
| - taskQueueKey key = 3
|
| -
|
| - datastoreKey key = 4
|
| -
|
| - mathRandKey key = 5
|
| -)
|
|
|