remove dead helper

This commit is contained in:
cheerfulScumbag 2026-03-23 19:14:43 +00:00
parent cef9c3ea31
commit 31f417db39

View file

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