Skip to content

Commit a34b099

Browse files
shollymankurtisvg
authored andcommitted
bigquery: removed unexercised variable from SimpleApp. (#1464)
1 parent 5b89136 commit a34b099

File tree

1 file changed

+0
-2
lines changed
  • bigquery/cloud-client/src/main/java/com/example/bigquery

1 file changed

+0
-2
lines changed

bigquery/cloud-client/src/main/java/com/example/bigquery/SimpleApp.java

-2
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,6 @@ public static void main(String... args) throws Exception {
6969

7070
// [START bigquery_simple_app_print]
7171
// Get the results.
72-
QueryResponse response = bigquery.getQueryResults(jobId);
73-
7472
TableResult result = queryJob.getQueryResults();
7573

7674
// Print all pages of the results.

0 commit comments

Comments
 (0)