summaryrefslogtreecommitdiffstats
path: root/source4/librpc
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-06-10 09:36:37 +1000
committerAndrew Bartlett <abartlet@samba.org>2011-06-10 03:27:20 +0200
commit77c612fc21da944aa6c84e52c127713fcaf9a071 (patch)
treefdc028845a8a75583919955950d71cc35cc7b568 /source4/librpc
parent73cbcd9c99e89cc24de84cdb098693d96dd6419d (diff)
downloadsamba-77c612fc21da944aa6c84e52c127713fcaf9a071.tar.gz
samba-77c612fc21da944aa6c84e52c127713fcaf9a071.tar.xz
samba-77c612fc21da944aa6c84e52c127713fcaf9a071.zip
s4-librpc Remove unsued server_id4.idl
Diffstat (limited to 'source4/librpc')
-rw-r--r--source4/librpc/idl/server_id4.idl13
1 files changed, 0 insertions, 13 deletions
diff --git a/source4/librpc/idl/server_id4.idl b/source4/librpc/idl/server_id4.idl
deleted file mode 100644
index eb191e37b74..00000000000
--- a/source4/librpc/idl/server_id4.idl
+++ /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;
-}