Index: service/datastore/types.go |
diff --git a/service/datastore/types.go b/service/datastore/types.go |
index 97bf2eac84202b6e8af3ef55644d6fc1c6842848..4a747e41b2783bd118d485be3d2662b25cbad807 100644 |
--- a/service/datastore/types.go |
+++ b/service/datastore/types.go |
@@ -8,9 +8,6 @@ import ( |
"fmt" |
) |
-// ByteString is a short byte slice (up to 1500 bytes) that can be indexed. |
-type ByteString []byte |
- |
// GeoPoint represents a location as latitude/longitude in degrees. |
// |
// You probably shouldn't use these, but their inclusion here is so that the |