X-Git-Url: http://www.project-moonshot.org/gitweb/?p=mech_eap.git;a=blobdiff_plain;f=libeap%2Fsrc%2Fwps%2Fwps_upnp_ssdp.c;h=a685ce4c3c0fa12e0faae3416aac075465132482;hp=968fc03f92e7c654c24527a46a985df3c5f1b87a;hb=d1dd9aae6741e74f20bfc35e1db598652680279d;hpb=bd3bd69af16ab99706ba70ed11a3e291e968e5c6 diff --git a/libeap/src/wps/wps_upnp_ssdp.c b/libeap/src/wps/wps_upnp_ssdp.c index 968fc03..a685ce4 100644 --- a/libeap/src/wps/wps_upnp_ssdp.c +++ b/libeap/src/wps/wps_upnp_ssdp.c @@ -100,12 +100,6 @@ static int line_length(const char *l) } -static int str_starts(const char *str, const char *start) -{ - return os_strncmp(str, start, os_strlen(start)) == 0; -} - - /*************************************************************************** * Advertisements. * These are multicast to the world to tell them we are here.