Skip to content

Commit 7c70006

Browse files
jmdobrybshaffer
authored andcommitted
Delete unused Datastore region tags / samples. (GoogleCloudPlatform#631)
1 parent eb6d745 commit 7c70006

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

datastore/api/src/functions/concepts.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@
1818
namespace Google\Cloud\Samples\Datastore;
1919

2020
use DateTime;
21-
// [START datastore_use]
2221
use Google\Cloud\Datastore\DatastoreClient;
23-
// [END datastore_use]
2422
use Google\Cloud\Datastore\Entity;
2523
use Google\Cloud\Datastore\EntityIterator;
2624
use Google\Cloud\Datastore\Key;
@@ -33,9 +31,7 @@
3331
*/
3432
function initialize_client()
3533
{
36-
// [START datastore_initialize_client]
3734
$datastore = new DatastoreClient();
38-
// [END datastore_initialize_client]
3935
return $datastore;
4036
}
4137

0 commit comments

Comments
 (0)