Skip to content

Commit e87731f

Browse files
remove dead helper
1 parent 7e36d3d commit e87731f

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/mango.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1313,11 +1313,6 @@ static char *mango_session_strip_exec_field_codes(const char *exec) {
13131313
return result;
13141314
}
13151315

1316-
static bool mango_session_path_exists(const char *path) {
1317-
struct stat st;
1318-
return path && stat(path, &st) == 0;
1319-
}
1320-
13211316
typedef struct {
13221317
char *path;
13231318
char *exec_value;

0 commit comments

Comments
 (0)