Commit 573a9ada 573a9adae8d7670c259b87c0ad1a4ec52a11878d by Sergey Poznyakoff

(lazy_create): Removed unused function.

1 parent 8ba5545b
......@@ -335,8 +335,4 @@ _body_get_lines0 (stream_t stream, size_t *plines)
return status;
}
static int
lazy_create (body_t body)
{
return mu_tempfile (NULL, &body->filename);
}
......