From b364c03893fce6217327385958e64e1bfefd6e53 Mon Sep 17 00:00:00 2001 From: skarg Date: Wed, 8 Feb 2006 17:09:47 +0000 Subject: [PATCH] removed duplicate function --- bacnet-stack/ports/win32/bip-init.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/bacnet-stack/ports/win32/bip-init.c b/bacnet-stack/ports/win32/bip-init.c index 9479afec..fedc8f02 100644 --- a/bacnet-stack/ports/win32/bip-init.c +++ b/bacnet-stack/ports/win32/bip-init.c @@ -43,11 +43,6 @@ #include "bip.h" #include "net.h" -void bip_set_interface(char *ifname) -{ - /*dummy function - to make the demos compile easier */ -} - /* To fill a need, we invent the gethostaddr() function. */ static long gethostaddr(void) {