Remove unused FPM_LOG_BUFFER

This commit is contained in:
Jakub Zelenka 2025-07-29 11:43:57 +02:00
parent cfb3e98c84
commit cecf9b02e5
No known key found for this signature in database
GPG key ID: 1C0779DC5C0A9DE4

View file

@ -19,8 +19,6 @@
#include "fastcgi.h"
#include "zlog.h"
#define FPM_LOG_BUFFER 1024
static char *fpm_log_format = NULL;
static int fpm_log_fd = -1;
static struct key_value_s *fpm_access_suppress_paths = NULL;