mirror of
https://git.zx2c4.com/cgit
synced 2025-07-16 05:04:35 +02:00
html: remove html_status()
This is now unused. Signed-off-by: John Keeping <john@keeping.me.uk>
This commit is contained in:
parent
fd00e71ab7
commit
fb2c71fad2
2 changed files with 0 additions and 8 deletions
7
html.c
7
html.c
|
@ -121,13 +121,6 @@ void html_vtxtf(const char *format, va_list ap)
|
|||
strbuf_release(&buf);
|
||||
}
|
||||
|
||||
void html_status(int code, const char *msg, int more_headers)
|
||||
{
|
||||
htmlf("Status: %d %s\n", code, msg);
|
||||
if (!more_headers)
|
||||
html("\n");
|
||||
}
|
||||
|
||||
void html_txt(const char *txt)
|
||||
{
|
||||
const char *t = txt;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue