Remove #warnings I used for debugging stuff.
authorGuus Sliepen <guus@tinc-vpn.org>
Thu, 21 Jun 2001 16:37:47 +0000 (16:37 +0000)
committerGuus Sliepen <guus@tinc-vpn.org>
Thu, 21 Jun 2001 16:37:47 +0000 (16:37 +0000)
src/net.c

index 9c1dd3b..62dce9b 100644 (file)
--- a/src/net.c
+++ b/src/net.c
@@ -17,7 +17,7 @@
     along with this program; if not, write to the Free Software
     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
     along with this program; if not, write to the Free Software
     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
-    $Id: net.c,v 1.35.4.115 2001/06/21 16:16:31 guus Exp $
+    $Id: net.c,v 1.35.4.116 2001/06/21 16:37:47 guus Exp $
 */
 
 #include "config.h"
 */
 
 #include "config.h"
 # include <pem.h>
 #endif
 
 # include <pem.h>
 #endif
 
-#warning oi1
 #ifdef HAVE_TUNTAP
 #ifdef HAVE_TUNTAP
-#warning oi2
 #include LINUX_IF_TUN_H
 #endif
 #include LINUX_IF_TUN_H
 #endif
-#warning oi3
 
 #include <utils.h>
 #include <xalloc.h>
 
 #include <utils.h>
 #include <xalloc.h>