Index: service/datastore/errors.go |
diff --git a/service/datastore/errors.go b/service/datastore/errors.go |
index b71415652bc1c80c061310ad550552feee1f5096..76a577be3626319fd3e0b4de1dc3850513bc6248 100644 |
--- a/service/datastore/errors.go |
+++ b/service/datastore/errors.go |
@@ -17,7 +17,6 @@ var ( |
ErrInvalidKey = datastore.ErrInvalidKey |
ErrNoSuchEntity = datastore.ErrNoSuchEntity |
ErrConcurrentTransaction = datastore.ErrConcurrentTransaction |
- ErrQueryDone = datastore.Done |
// ErrMetaFieldUnset is returned from PropertyLoadSaver.{Get,Set}Meta |
// implementations when the specified meta key isn't set on the struct at |