summaryrefslogtreecommitdiff
path: root/lib/netns_other.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/netns_other.c')
-rw-r--r--lib/netns_other.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/netns_other.c b/lib/netns_other.c
index 9cf7f1f33a..3fc4b8df4b 100644
--- a/lib/netns_other.c
+++ b/lib/netns_other.c
@@ -110,13 +110,6 @@ void ns_init(void)
{
}
-/* API to retrieve default NS */
-ns_id_t ns_get_default_id(void)
-{
- return NS_UNKNOWN;
-}
-
-
/* API that can be used to change from NS */
int ns_switchback_to_initial(void)
{