chiark / gitweb /
Import release 0.1.9
[secnet.git] / tun.c
diff --git a/tun.c b/tun.c
index 6f42dd2116c9016fc5fe637bb381acb5418dc843..0f88791703c68a2d06e1fe122b3c6e12b6a73e92 100644 (file)
--- 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)