X-Git-Url: https://git.distorted.org.uk/~mdw/secnet/blobdiff_plain/c6f79b178fe27ee315055dccb371b63ca1a6183a..8dea8d37a13fcc615daba3375809900f04a2e5a2:/tun.c?ds=sidebyside diff --git a/tun.c b/tun.c index 6f42dd2..0f88791 100644 --- a/tun.c +++ b/tun.c @@ -252,9 +252,6 @@ static list_t *tun_old_apply(closure_t *self, struct cloc loc, dict_t *context, st=safe_malloc(sizeof(*st),"tun_old_apply"); - Message(M_WARNING,"the tun-old code has never been tested. Please report " - "success or failure to steve@greenend.org.uk\n"); - /* First parameter must be a dict */ item=list_elem(args,0); if (!item || item->type!=t_dict)