]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - net/tipc/subscr.c
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
[net-next-2.6.git] / net / tipc / subscr.c
index ac91f0dfa14480a511e7e44f680b3abb53496570..33313961d01008548175a6d25e4b54592fed21a2 100644 (file)
@@ -606,12 +606,3 @@ void tipc_subscr_stop(void)
                topsrv.user_ref = 0;
        }
 }
-
-
-int tipc_ispublished(struct tipc_name const *name)
-{
-       u32 domain = 0;
-
-       return(tipc_nametbl_translate(name->type, name->instance,&domain) != 0);
-}
-