remove unnecessary stuff

This commit is contained in:
Night Kaly 2024-03-17 22:39:28 +00:00
parent 82ccba51cb
commit c6c25d2c45
No known key found for this signature in database
GPG key ID: 8E829D3381CFEBBE

6
file.c
View file

@ -265,9 +265,3 @@ char *get_line(long index)
return NULL; return NULL;
} }
} }
/*
* Get file's type and color
*/
char *get_type(__mode_t st_mode);