summaryrefslogtreecommitdiff
path: root/src/ipconfig.c
diff options
context:
space:
mode:
authorSamuel Ortiz <sameo@linux.intel.com>2011-02-25 01:04:28 +0100
committerSamuel Ortiz <sameo@linux.intel.com>2011-02-25 01:04:28 +0100
commit47f9d3e57e149cd752d2009c2d17f6c35264b61a (patch)
tree508d8d55a550f4ec295cae26a4193b713a40095f /src/ipconfig.c
parent1d57f11bf173252ab2404a441cc7c5e6d434dd60 (diff)
downloadconnman-47f9d3e57e149cd752d2009c2d17f6c35264b61a.tar.gz
connman-47f9d3e57e149cd752d2009c2d17f6c35264b61a.tar.bz2
connman-47f9d3e57e149cd752d2009c2d17f6c35264b61a.zip
ipconfig: Remove __connman_ipconfig_set_element_ipv6_gateway
This routine is unused.
Diffstat (limited to 'src/ipconfig.c')
-rw-r--r--src/ipconfig.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/ipconfig.c b/src/ipconfig.c
index 12e297ac..d620383a 100644
--- a/src/ipconfig.c
+++ b/src/ipconfig.c
@@ -1336,14 +1336,6 @@ enum connman_ipconfig_method __connman_ipconfig_get_method(struct connman_ipconf
return ipconfig->method;
}
-void __connman_ipconfig_set_element_ipv6_gateway(
- struct connman_ipconfig *ipconfig,
- struct connman_element *element)
-{
- if (ipconfig->type == CONNMAN_IPCONFIG_TYPE_IPV6)
- element->ipv6.gateway = ipconfig->address->gateway;
-}
-
int __connman_ipconfig_address_add(struct connman_ipconfig *ipconfig)
{
DBG("");