Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
573a9ada
...
573a9adae8d7670c259b87c0ad1a4ec52a11878d
authored
2003-07-26 11:08:49 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(lazy_create): Removed unused function.
1 parent
8ba5545b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
5 deletions
mailbox/body.c
mailbox/body.c
View file @
573a9ad
...
...
@@ -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
);
}
...
...
Please
register
or
sign in
to post a comment