remove useless code for router

pull/625/head
lepdou 3 years ago
parent d5c6d6a0b0
commit 8005ad0c8a

@ -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