From 7e461f6fbc3da1ec76da761ea5e961fbf752a248 Mon Sep 17 00:00:00 2001 From: Jason Dobry Date: Tue, 19 Jun 2018 23:44:28 -0700 Subject: [PATCH] Delete unused Datastore region tags / samples. --- datastore/api/src/functions/concepts.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/datastore/api/src/functions/concepts.php b/datastore/api/src/functions/concepts.php index bb41fd2f4f..459fb15e36 100644 --- a/datastore/api/src/functions/concepts.php +++ b/datastore/api/src/functions/concepts.php @@ -18,9 +18,7 @@ namespace Google\Cloud\Samples\Datastore; use DateTime; -// [START datastore_use] use Google\Cloud\Datastore\DatastoreClient; -// [END datastore_use] use Google\Cloud\Datastore\Entity; use Google\Cloud\Datastore\EntityIterator; use Google\Cloud\Datastore\Key; @@ -33,9 +31,7 @@ */ function initialize_client() { - // [START datastore_initialize_client] $datastore = new DatastoreClient(); - // [END datastore_initialize_client] return $datastore; }