diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-07-22 06:52:46 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:29:56 -0500 |
commit | e95fbd6db21624f56defd7d85aaff77bc6d02550 (patch) | |
tree | 242ed6e30272fa8caf06c179b13f719b84568d5b /source4/librpc/ndr | |
parent | 42287c6f976828c173cb3376abf9c258ad117200 (diff) | |
download | samba-e95fbd6db21624f56defd7d85aaff77bc6d02550.tar.gz samba-e95fbd6db21624f56defd7d85aaff77bc6d02550.tar.bz2 samba-e95fbd6db21624f56defd7d85aaff77bc6d02550.zip |
r8707: this typedef isn't used, and breaks the build on HPUX, so I've removed it
(This used to be commit b9b8714297401664fcf8380d4c90ee22b7341d35)
Diffstat (limited to 'source4/librpc/ndr')
-rw-r--r-- | source4/librpc/ndr/ndr_orpc.h | 2 |
1 files changed, 0 insertions, 2 deletions
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; |