Skip to content

Commit

Permalink
CID-1212198: remove unused assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
imduffy15 committed Sep 16, 2014
1 parent ba93200 commit 008e0e3
Showing 1 changed file with 0 additions and 3 deletions.
Expand Up @@ -1914,9 +1914,6 @@ protected void modifyNicVlan(String vmName, int vlanId, int pos, boolean enable,
Answer[] result = s_gson.fromJson(ansStr, Answer[].class);
s_logger.debug("executeRequest received response "
+ s_gson.toJson(result));
if (result.length > 0) {
ModifyVmNicConfigAnswer ans = ((ModifyVmNicConfigAnswer)result[0]);
}
}

protected void assignPublicIpAddress(final String vmName, final String privateIpAddress, final String publicIpAddress, final boolean add, final boolean firstIP,
Expand Down

0 comments on commit 008e0e3

Please sign in to comment.