(lazy_create): Removed unused function.
Showing
1 changed file
with
1 additions
and
5 deletions
... | @@ -335,8 +335,4 @@ _body_get_lines0 (stream_t stream, size_t *plines) | ... | @@ -335,8 +335,4 @@ _body_get_lines0 (stream_t stream, size_t *plines) |
335 | return status; | 335 | return status; |
336 | } | 336 | } |
337 | 337 | ||
338 | static int | 338 | |
339 | lazy_create (body_t body) | ||
340 | { | ||
341 | return mu_tempfile (NULL, &body->filename); | ||
342 | } | ... | ... |
-
Please register or sign in to post a comment