Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
[firefly-linux-kernel-4.4.55.git] / net / tipc / zone.c
index 2c01ba2d86bf57f1667897b0993fe9ece6053534..83f8b5e91fc8e45e7f0181dc36f1d5a623e0ae4b 100644 (file)
@@ -160,14 +160,3 @@ u32 tipc_zone_select_router(struct _zone *z_ptr, u32 addr, u32 ref)
        }
        return 0;
 }
-
-
-u32 tipc_zone_next_node(u32 addr)
-{
-       struct cluster *c_ptr = tipc_cltr_find(addr);
-
-       if (c_ptr)
-               return tipc_cltr_next_node(c_ptr, addr);
-       return 0;
-}
-