]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
Remove unused function no_tap_ifconfig
authorArne Schwabe <arne@rfc2549.org>
Mon, 11 Mar 2013 20:10:51 +0000 (21:10 +0100)
committerGert Doering <gert@greenie.muc.de>
Tue, 12 Mar 2013 10:58:43 +0000 (11:58 +0100)
Signed-off-by: Arne Schwabe <arne@rfc2549.org>
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <1363032651-23934-4-git-send-email-arne@rfc2549.org>
URL: http://article.gmane.org/gmane.network.openvpn.devel/7388
Signed-off-by: Gert Doering <gert@greenie.muc.de>
src/openvpn/tun.c

index 9912b071c5960266ccc32b89fa0eb98ffe98a363..a3612332a0d129dbb17ea9c5ad5f6d4842ffc6ea 100644 (file)
@@ -299,16 +299,6 @@ warn_on_use_of_common_subnets (void)
   gc_free (&gc);
 }
 
-/*
- * Complain if --dev tap and --ifconfig is used on an OS for which
- * we don't have a custom tap ifconfig template below.
- */
-static void
-no_tap_ifconfig ()
-{
-  msg (M_FATAL, "Sorry but you cannot use --dev tap and --ifconfig together on this OS because I have not yet been programmed to understand the appropriate ifconfig syntax to use for TAP-style devices on this OS.  Your best alternative is to use an --up script and do the ifconfig command manually.");
-}
-
 /*
  * Return a string to be used for options compatibility check
  * between peers.