From e95fbd6db21624f56defd7d85aaff77bc6d02550 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 22 Jul 2005 06:52:46 +0000 Subject: r8707: this typedef isn't used, and breaks the build on HPUX, so I've removed it (This used to be commit b9b8714297401664fcf8380d4c90ee22b7341d35) --- source4/librpc/ndr/ndr_orpc.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'source4/librpc') diff --git a/source4/librpc/ndr/ndr_orpc.h b/source4/librpc/ndr/ndr_orpc.h index ab91432aec..d1817969a4 100644 --- a/source4/librpc/ndr/ndr_orpc.h +++ b/source4/librpc/ndr/ndr_orpc.h @@ -23,8 +23,6 @@ #ifndef __NDR_ORPC_H__ #define __NDR_ORPC_H__ -typedef enum COMRESULT COMRESULT; - struct STRINGARRAY { struct STRINGBINDING **stringbindings; -- cgit