Browse code

Remove unused function no_tap_ifconfig

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>
(cherry picked from commit dc63e06b2c366f74752c8baa61b0f173d62511ad)

Arne Schwabe authored on 2013/03/12 05:10:51
Showing 1 changed files
... ...
@@ -300,16 +300,6 @@ warn_on_use_of_common_subnets (void)
300 300
 }
301 301
 
302 302
 /*
303
- * Complain if --dev tap and --ifconfig is used on an OS for which
304
- * we don't have a custom tap ifconfig template below.
305
- */
306
-static void
307
-no_tap_ifconfig ()
308
-{
309
-  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.");
310
-}
311
-
312
-/*
313 303
  * Return a string to be used for options compatibility check
314 304
  * between peers.
315 305
  */