s4-librpc Remove unsued server_id4.idl
authorAndrew Bartlett <abartlet@samba.org>
Thu, 9 Jun 2011 23:36:37 +0000 (09:36 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 10 Jun 2011 01:27:20 +0000 (03:27 +0200)
source4/librpc/idl/server_id4.idl [deleted file]

diff --git a/source4/librpc/idl/server_id4.idl b/source4/librpc/idl/server_id4.idl
deleted file mode 100644 (file)
index eb191e3..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-[
-       pointer_default(unique)
-]
-interface server_id
-{
-       /* id used to identify a endpoint, possibly in a cluster */
-       typedef [public] struct {
-               hyper pid;
-               uint32 task_id;
-               uint32 vnn;
-               udlong unique_id;
-       } server_id;
-}