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) ...@@ -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 }
......