Skip to content

Commit 92dcc92

Browse files
SurferJeffAtGooglebshaffer
authored andcommitted
Remove stale comment. (GoogleCloudPlatform#476)
1 parent 075fb82 commit 92dcc92

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

spanner/src/read_stale_data.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ function read_stale_data($instanceId, $databaseId)
4343
$spanner = new SpannerClient();
4444
$instance = $spanner->instance($instanceId);
4545
$database = $instance->database($databaseId);
46-
// maxStaleness and minReadTimestamp are only available in single-use transactions.
4746
$snapshot = $database->snapshot();
4847
$keySet = $spanner->keySet(['all' => true]);
4948
$results = $snapshot->read(

0 commit comments

Comments
 (0)