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:
parent
2fe746749d
commit
c3c6735d3c
@ -276,9 +276,4 @@ public class GetProperty
|
||||
content = sc.getServiceContent();
|
||||
service = sc.getService();
|
||||
}
|
||||
|
||||
protected void finalize() throws Throwable
|
||||
{
|
||||
cb.disConnect();
|
||||
}
|
||||
}
|
||||
|
@ -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()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user