(file_ops.c) Cleanups
This commit is contained in:
parent
08f13ccc0d
commit
fad16b5c60
|
@ -90,7 +90,6 @@ static int read_generic_file(const char *path, void **buf, ssize_t *len)
|
|||
long ret = 0;
|
||||
size_t content_buf_size = 0;
|
||||
void *content_buf = NULL;
|
||||
|
||||
FILE *file = fopen(path, "rb");
|
||||
|
||||
if (!file)
|
||||
|
|
Loading…
Reference in New Issue