Skip to content

Commit

Permalink
remove unused field leftout during refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
gbhat618 committed Dec 16, 2024
1 parent cfae906 commit 937abdf
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,6 @@ private List<ServiceAccount> serviceAccounts() {
@Extension
public static final class DescriptorImpl extends Descriptor<InstanceConfiguration> {
private static ComputeClient computeClient;
private static List<ProvisioningType.ProvisioningTypeDescriptor> provisioningTypeDescriptors;

public static void setComputeClient(ComputeClient client) {
computeClient = client;
Expand Down

0 comments on commit 937abdf

Please sign in to comment.