summaryrefslogtreecommitdiffstats
path: root/src/http.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/http.c')
-rw-r--r--src/http.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/http.c b/src/http.c
index 8fd5520..4f107db 100644
--- a/src/http.c
+++ b/src/http.c
@@ -152,8 +152,4 @@ int _read(struct mansession *s, struct message *m) {
return -1;
}
-int _autodisconnect() {
- return 1;
-}
-
/* We do not define a _write or _onconnect method */