remove useless code for router (#626)

pull/627/head
lepdou 2 years ago committed by GitHub
parent e6b2c1a297
commit 994f87a522
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