1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-16 22:50:10 +03:00

Removing unused connection code

git-svn-id: http://svn.opennebula.org/one/trunk@694 3034c82b-c49b-4eb3-8279-a7acafdc01c0
This commit is contained in:
Constantino Vázquez Blanco 2009-07-15 16:04:48 +00:00
parent 2fe746749d
commit c3c6735d3c
2 changed files with 0 additions and 14 deletions

View File

@ -276,9 +276,4 @@ public class GetProperty
content = sc.getServiceContent();
service = sc.getService();
}
protected void finalize() throws Throwable
{
cb.disConnect();
}
}

View File

@ -31,9 +31,6 @@ class OneVmmVmware extends Thread
boolean debug;
// Helpers from VI samples
static AppUtil cb = null;
public static void main(String[] args)
{
boolean debug_flag;
@ -66,12 +63,6 @@ class OneVmmVmware extends Thread
arguments = args;
}
protected void finalize() throws Throwable
{
cb.disConnect();
}
// Main loop, threaded
void loop()
{