mirror of https://github.com/apache/cloudstack.git
CID-1192812: Remove dead code from DataCenterJoinDaoImpl
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
bfd8af0751
commit
369b5b439b
|
|
@ -61,8 +61,6 @@ public class DataCenterJoinDaoImpl extends GenericDaoBase<DataCenterJoinVO, Long
|
|||
|
||||
@Override
|
||||
public ZoneResponse newDataCenterResponse(ResponseView view, DataCenterJoinVO dataCenter, Boolean showCapacities) {
|
||||
|
||||
Account account = CallContext.current().getCallingAccount();
|
||||
ZoneResponse zoneResponse = new ZoneResponse();
|
||||
zoneResponse.setId(dataCenter.getUuid());
|
||||
zoneResponse.setName(dataCenter.getName());
|
||||
|
|
|
|||
Loading…
Reference in New Issue