From 31f417db391f7c9d0bf7cd07bac7c3e6fc40c183 Mon Sep 17 00:00:00 2001 From: cheerfulScumbag <164391367+cheerfulScumbag@users.noreply.github.com> Date: Mon, 23 Mar 2026 19:14:43 +0000 Subject: [PATCH] remove dead helper --- src/mango.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/mango.c b/src/mango.c index 6c0b9dd9..8b13f205 100644 --- a/src/mango.c +++ b/src/mango.c @@ -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;