Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

unused variable #1274

Merged
merged 2 commits into from
Jan 26, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,6 @@ public Credentials getCredentials() throws IOException {

@Test
public void testHidingQuotaProjectId_noQuotaSetFromSetting() throws IOException {
final String QUOTA_PROJECT_ID_KEY = "x-goog-user-project";
FakeClientSettings.Builder builder = new FakeClientSettings.Builder();

InterceptingExecutor executor = new InterceptingExecutor(1);
Expand Down