Commit af2991d5 authored by Felix Paul Kühne's avatar Felix Paul Kühne

src/missing: remove no longer needed stubs since the internal API is gone

parent 4efabf79
...@@ -38,18 +38,6 @@ char *httpd_ClientIP (const httpd_client_t *cl, char *psz_ip, int *port) ...@@ -38,18 +38,6 @@ char *httpd_ClientIP (const httpd_client_t *cl, char *psz_ip, int *port)
assert (0); assert (0);
} }
void httpd_ClientModeBidir (httpd_client_t *cl)
{
(void) cl;
assert (0);
}
void httpd_ClientModeStream (httpd_client_t *cl)
{
(void) cl;
assert (0);
}
httpd_file_sys_t *httpd_FileDelete (httpd_file_t *file) httpd_file_sys_t *httpd_FileDelete (httpd_file_t *file)
{ {
(void) file; (void) file;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment