=== modified file 'dhis-2/dhis-support/dhis-support-system/src/main/java/org/hisp/dhis/system/util/SystemUtils.java' --- dhis-2/dhis-support/dhis-support-system/src/main/java/org/hisp/dhis/system/util/SystemUtils.java 2016-01-04 02:27:49 +0000 +++ dhis-2/dhis-support/dhis-support-system/src/main/java/org/hisp/dhis/system/util/SystemUtils.java 2016-03-07 14:33:33 +0000 @@ -35,20 +35,6 @@ { private static final int FACTOR_MB = 1024 * 1024; - public static boolean isRunningForUse() - { - try - { - Class.forName( "org.hisp.dhis.DhisSpringTest" ); - } - catch ( ClassNotFoundException e ) - { - return true; - } - - return false; - } - /** * Gets the number of CPU cores available to this JVM. * @return the number of available CPU cores.