Remove the unused ` checkUnixSocketExists ` method from `IPCManager`.
This commit is contained in:
parent
f1071dca03
commit
3854635185
|
|
@ -110,10 +110,6 @@ public class IPCManager {
|
|||
}
|
||||
logger.debug("IPC configuration validated successfully");
|
||||
}
|
||||
private boolean checkUnixSocketExists() {
|
||||
File socketFile = new File(String.valueOf(socketPath));
|
||||
return socketFile.exists();
|
||||
}
|
||||
|
||||
public Path getSocketPath(){
|
||||
return socketPath;
|
||||
|
|
|
|||
Loading…
Reference in New Issue