diff options
Diffstat (limited to 'daemon/commands.h')
-rw-r--r-- | daemon/commands.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/daemon/commands.h b/daemon/commands.h index 43a0ef96b..368a70a0f 100644 --- a/daemon/commands.h +++ b/daemon/commands.h @@ -3,12 +3,6 @@ #ifndef NETDATA_COMMANDS_H #define NETDATA_COMMANDS_H 1 -#ifdef _WIN32 -# define PIPENAME "\\\\?\\pipe\\netdata-cli" -#else -# define PIPENAME "/tmp/netdata-ipc" -#endif - #define MAX_COMMAND_LENGTH 4096 #define MAX_EXIT_STATUS_LENGTH 23 /* Can't ever be bigger than "X-18446744073709551616" */ |