Skip to content

Commit

Permalink
bigquery: removed unexercised variable from SimpleApp. (#1464)
Browse files Browse the repository at this point in the history
  • Loading branch information
shollyman authored and kurtisvg committed Jun 12, 2019
1 parent 5b89136 commit a34b099
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@ public static void main(String... args) throws Exception {

// [START bigquery_simple_app_print]
// Get the results.
QueryResponse response = bigquery.getQueryResults(jobId);

TableResult result = queryJob.getQueryResults();

// Print all pages of the results.
Expand Down

0 comments on commit a34b099

Please sign in to comment.