diff options
author | Günther Deschner <gd@samba.org> | 2008-02-04 22:06:27 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-02-04 22:12:41 +0100 |
commit | 97ccb4f8a31cc74cce3566ec30aaad57de0bc894 (patch) | |
tree | c68d3caa518ac5252b36e8644983318534872b57 /source3/include | |
parent | d04f1416ea6521745d84d066b5b304f8446b9248 (diff) | |
download | samba-97ccb4f8a31cc74cce3566ec30aaad57de0bc894.tar.gz samba-97ccb4f8a31cc74cce3566ec30aaad57de0bc894.tar.bz2 samba-97ccb4f8a31cc74cce3566ec30aaad57de0bc894.zip |
Remove unused marshalling for LSA_DELETE_OBJECT.
Guenther
(This used to be commit 3a32082ef5bb0152545b391ce4cb8ca3a28939da)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/rpc_lsa.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/source3/include/rpc_lsa.h b/source3/include/rpc_lsa.h index c18df0d32e..2825efc038 100644 --- a/source3/include/rpc_lsa.h +++ b/source3/include/rpc_lsa.h @@ -908,14 +908,4 @@ typedef struct lsa_r_removeprivs NTSTATUS status; } LSA_R_REMOVEPRIVS; -/*******************************************************/ - -typedef struct { - POLICY_HND handle; -} LSA_Q_DELETE_OBJECT; - -typedef struct { - NTSTATUS status; -} LSA_R_DELETE_OBJECT; - #endif /* _RPC_LSA_H */ |