remove dead helper

This commit is contained in:
cheerfulScumbag 2026-03-23 19:14:43 +00:00
parent e2b63a06d7
commit f86ec6876a

View file

@ -1317,11 +1317,6 @@ cleanup:
return result; return result;
} }
static bool mango_session_path_exists(const char *path) {
struct stat st;
return path && stat(path, &st) == 0;
}
typedef struct { typedef struct {
char *path; char *path;
char *exec_value; char *exec_value;