perf(simulator): use content addressable cache for idtag distribution
[e-mobility-charging-stations-simulator.git] / src / worker / WorkerConstants.ts
index 12bb70accb53f170137313da6f1abc8d43cd8f68..72d436d439f444416524d4bc5245b26fb19ed01a 100644 (file)
@@ -1,5 +1,4 @@
 export class WorkerConstants {
-  public static EMPTY_OBJECT = {};
   public static readonly EMPTY_FUNCTION = Object.freeze(() => {
     /* This is intentional */
   });