1
0
Fork 0
mirror of https://github.com/besterprotocol/besterd synced 2023-12-13 21:00:32 +01:00

Removed unused function.

This commit is contained in:
Tristan B. Kildaire 2020-05-01 09:14:57 +02:00
parent e1b0d1fe85
commit f80144218c

View file

@ -71,15 +71,6 @@ public final class MessageHandler
return domainSocket;
}
private void initializeUNIXSocket(string socketPath)
{
/* Create the UNIX domain socket */
domainSocket = new Socket(AddressFamily.UNIX, SocketType.STREAM);
/* Bind it to the socket path */
domainSocket.connect(new UnixAddress(socketPath));
}
private static string[] getAvailableTypes(JSONValue handlerBlock)
{
/* Available types as strings */