mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-05-03 06:46:38 -04:00
remove dead helper
This commit is contained in:
parent
e2b63a06d7
commit
f86ec6876a
1 changed files with 0 additions and 5 deletions
|
|
@ -1317,11 +1317,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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue