commit 4967f15fd57f7e48ae5f3bd749ee6665ebdafb9d
parent c2fa37c1923d553c81fbdceeb023a0bd8f4491f6
Author: Jonathan Boeing <jonathan@claws-mail.org>
Date: Sat, 6 Nov 2021 19:27:14 -0700
Remove leftover defines
Remove some leftover solaris bits that were first added in bf654ba1, and
mostly removed in e2770d27
Diffstat:
1 file changed, 0 insertions(+), 4 deletions(-)
diff --git a/src/etpan/imap-thread.c b/src/etpan/imap-thread.c
@@ -3377,15 +3377,11 @@ int imap_threaded_store(Folder * folder, struct mailimap_set * set,
}
-#define ENV_BUFFER_SIZE 512
#ifndef G_OS_WIN32
static void do_exec_command(int fd, const char * command,
const char * servername, uint16_t port)
{
int i, maxopen;
-#ifdef SOLARIS
- char env_buffer[ENV_BUFFER_SIZE];
-#endif
if (fork() > 0) {
/* Fork again to become a child of init rather than