mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-06-19 14:33:16 -04:00
remove dead helper
This commit is contained in:
parent
cef9c3ea31
commit
31f417db39
1 changed files with 0 additions and 5 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue