dead code?
This commit is contained in:
parent
8a12548d1c
commit
98e06c175c
|
@ -42,7 +42,7 @@ import static com.rusefi.config.generated.Fields.*;
|
|||
*/
|
||||
|
||||
public class BinaryProtocolServer {
|
||||
public static final String TEST_FILE = "test_log.mlg.Z";
|
||||
// public static final String TEST_FILE = "test_log.mlg.Z";
|
||||
private static final Logging log = getLogging(BinaryProtocolServer.class);
|
||||
private static final int DEFAULT_PROXY_PORT = 2390;
|
||||
public static final String TS_OK = "\0";
|
||||
|
|
|
@ -16,9 +16,9 @@ import java.io.File;
|
|||
class BinaryProtocolServerSandbox {
|
||||
|
||||
public static void main(String[] args) {
|
||||
File f = new File(BinaryProtocolServer.TEST_FILE);
|
||||
if (!f.exists())
|
||||
throw new IllegalStateException("File not found: " + BinaryProtocolServer.TEST_FILE);
|
||||
// File f = new File(BinaryProtocolServer.TEST_FILE);
|
||||
// if (!f.exists())
|
||||
// throw new IllegalStateException("File not found: " + BinaryProtocolServer.TEST_FILE);
|
||||
|
||||
BinaryProtocolState state = new BinaryProtocolState();
|
||||
ConfigurationImage controller = new ConfigurationImage(new byte[Fields.TOTAL_CONFIG_SIZE]);
|
||||
|
|
Loading…
Reference in New Issue