From ef54ad52e07122f3967761603f3e09cdd372990c Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Tue, 6 Jan 2009 11:22:32 +0100 Subject: Move the "rid_name" typedef to the only place where it might be used --- source3/include/ntdomain.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'source3/include') diff --git a/source3/include/ntdomain.h b/source3/include/ntdomain.h index cc99ad74c2..bffa158fea 100644 --- a/source3/include/ntdomain.h +++ b/source3/include/ntdomain.h @@ -287,11 +287,6 @@ struct api_struct { bool (*fn) (pipes_struct *); }; -typedef struct { - uint32 rid; - const char *name; -} rid_name; - /* * higher order functions for use with msrpc client code */ -- cgit