Skip to content

Commit 35c9ea4

Browse files
committed
System Touch
1 parent 0312436 commit 35c9ea4

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

source/server/nitro/NitroWebExpress.java

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ public static class Aspect
101101

102102
protected TraderModule TRADER_MODULE = new TraderModule(this, "Bitcoin Remote Module 2.0 ADS5.0");
103103

104-
// Do not eagerly instantiate components that bind sockets; create on-demand to avoid accidental double binds
105104
public AESCompliant AES_COMPONENT;
106105

107106
public BitcoinCompliant BITCOIN_COMPONENT;
@@ -145,11 +144,6 @@ public void start()
145144
if (NitroWebExpress.SELF != null) NitroWebExpress.SELF.start();
146145
}
147146

148-
149-
150-
151-
152-
153147
public Aspect(final WebExpress WEBEXPRESS)
154148
{
155149
if(WEBEXPRESS==null) throw new SecurityException("//bodi/connect");
@@ -160,8 +154,6 @@ public Aspect(final WebExpress WEBEXPRESS)
160154

161155
}
162156

163-
// ── Module loading infrastructure ─────────────────────────────────────
164-
165157
public static class InstalledModule
166158
{
167159
public final String NAME;

0 commit comments

Comments
 (0)