diff options
author | Günther Deschner <gd@samba.org> | 2008-02-17 02:57:16 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-02-17 03:00:31 +0100 |
commit | f68ddb1a1aa4209b5c79b81489b6f6fe9f319c25 (patch) | |
tree | 8007ec916b17f566796bb333647cfb2ff0b8f003 /source3/rpc_parse | |
parent | 59163ba5153a82a621c6e194c7d654fdacab64c3 (diff) | |
download | samba-f68ddb1a1aa4209b5c79b81489b6f6fe9f319c25.tar.gz samba-f68ddb1a1aa4209b5c79b81489b6f6fe9f319c25.tar.bz2 samba-f68ddb1a1aa4209b5c79b81489b6f6fe9f319c25.zip |
Remove rpc_parse/parse_net.c and some last unused netlogon headers.
Guenther
(This used to be commit b9cc5cfaf9a87d342c23fa0f68f29050947b5102)
Diffstat (limited to 'source3/rpc_parse')
-rw-r--r-- | source3/rpc_parse/parse_net.c | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/source3/rpc_parse/parse_net.c b/source3/rpc_parse/parse_net.c deleted file mode 100644 index 5dcaccf1c3..0000000000 --- a/source3/rpc_parse/parse_net.c +++ /dev/null @@ -1,26 +0,0 @@ -/* - * Unix SMB/CIFS implementation. - * RPC Pipe client / server routines - * Copyright (C) Andrew Tridgell 1992-1997, - * Copyright (C) Luke Kenneth Casson Leighton 1996-1997, - * Copyright (C) Paul Ashton 1997. - * Copyright (C) Jean Francois Micouleau 2002. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 3 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, see <http://www.gnu.org/licenses/>. - */ - -#include "includes.h" - -#undef DBGC_CLASS -#define DBGC_CLASS DBGC_RPC_PARSE |