Skip to content

Commit 1957ab0

Browse files
committed
Removed unused services variable
1 parent 768bf3b commit 1957ab0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

java/src/main/java/com/genexus/Application.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,12 @@ public class Application
4040
private static Boolean isJMXEnabled;
4141

4242
public static Class gxCfg = ApplicationContext.getInstance().getClass();
43-
//public static ModelContext clientContext;
4443
private static Vector<ICleanedup> toCleanup = new Vector<>();
4544
static LocalUtil localUtil;
4645
static Class ClassName = null;
4746

4847
private static volatile ExternalProvider externalProvider = null;
4948
private static volatile ExternalProvider externalProviderAPI = null;
50-
private static volatile HashMap<String, Object> services = new HashMap<>();
5149
private static Object objectLock = new Object();
5250
private static volatile boolean initialized = false;
5351

0 commit comments

Comments
 (0)