From 22a96cbe31875a1adfbfc7157b308eebb5d0f2ec Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 9 Jan 2009 16:25:47 +0100 Subject: s3-svcctl: remove last traces of hand-marshalled svcctl code. Guenther --- source3/rpc_client/cli_svcctl.c | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 source3/rpc_client/cli_svcctl.c (limited to 'source3/rpc_client') diff --git a/source3/rpc_client/cli_svcctl.c b/source3/rpc_client/cli_svcctl.c deleted file mode 100644 index 360fbc7b89..0000000000 --- a/source3/rpc_client/cli_svcctl.c +++ /dev/null @@ -1,25 +0,0 @@ -/* - * Unix SMB/CIFS implementation. - * RPC Pipe client / server routines - * Copyright (C) Gerald Carter 2005. - * - * 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 . - */ - - -#include "includes.h" -#include "rpc_client.h" - -/******************************************************************* -*******************************************************************/ -- cgit