remove useless code for router (#625)

pull/630/head
lepdou 2 years ago committed by GitHub
parent d5c6d6a0b0
commit e079f6aa01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -188,11 +188,4 @@ public class PolarisRouterServiceInstanceListSupplier extends DelegatingServiceI
} }
} }
} }
private Map<String, String> getRouterLabels(PolarisRouterContext key, String type) {
if (key != null) {
return key.getLabels(type);
}
return Collections.emptyMap();
}
} }

Loading…
Cancel
Save