mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
Coverity issue: 1012179 - Commenting out unused variable.
Signed-off-by: Daan Hoogland <daan.hoogland@gmail.com>
This commit is contained in:
parent
159d8c2c97
commit
fe78c76691
@ -85,8 +85,12 @@ public class Test {
|
||||
//System.out.println(vm.toJson());
|
||||
final Connection c = new Connection("192.168.189.12", "oracle", "password");
|
||||
//System.out.println(Coder.toJson(OvmHost.getDetails(c)));
|
||||
final String txt =
|
||||
"{\"MasterIp\": \"192.168.189.12\", \"dom0Memory\": 790626304, \"freeMemory\": 16378757120, \"totalMemory\": 17169383424, \"cpuNum\": 4, \"agentVersion\": \"2.3-38\", \"cpuSpeed\": 2261}";
|
||||
|
||||
/* This is not being used at the moment.
|
||||
* Coverity issue: 1012179
|
||||
*/
|
||||
//final String txt =
|
||||
// "{\"MasterIp\": \"192.168.189.12\", \"dom0Memory\": 790626304, \"freeMemory\": 16378757120, \"totalMemory\": 17169383424, \"cpuNum\": 4, \"agentVersion\": \"2.3-38\", \"cpuSpeed\": 2261}";
|
||||
|
||||
//OvmHost.Details d = new GsonBuilder().create().fromJson(txt, OvmHost.Details.class);
|
||||
//OvmHost.Details d = Coder.fromJson(txt, OvmHost.Details.class);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user