Minor - remove private method that's not used.
This commit is contained in:
parent
db154e11b7
commit
75c8695aa8
|
@ -120,22 +120,6 @@ class Base
|
||||||
return used;
|
return used;
|
||||||
} // getMemoryUsed
|
} // getMemoryUsed
|
||||||
|
|
||||||
/**
|
|
||||||
* Sleep for a second
|
|
||||||
*/
|
|
||||||
private static void sleep()
|
|
||||||
{
|
|
||||||
System.out.println(".. sleeping-ini .. -> " + Thread.activeCount());
|
|
||||||
Thread.yield();
|
|
||||||
try
|
|
||||||
{
|
|
||||||
Thread.sleep(1000);
|
|
||||||
}
|
|
||||||
catch (final InterruptedException ie)
|
|
||||||
{}
|
|
||||||
System.out.println(".. sleeping-end .. -> " + Thread.activeCount());
|
|
||||||
} // sleep
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* List Threads
|
* List Threads
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue