Remove dead code
authorSimo Sorce <idra@samba.org>
Sun, 18 Mar 2018 18:15:30 +0000 (14:15 -0400)
committerSimo Sorce <idra@samba.org>
Mon, 19 Mar 2018 19:29:28 +0000 (20:29 +0100)
Signed-off-by: Simo Sorce <idra@samba.org>
Autobuild-User(master): Simo Sorce <idra@samba.org>
Autobuild-Date(master): Mon Mar 19 20:29:28 CET 2018 on sn-devel-144

file_server/file_server.c
file_server/file_server.h [deleted file]
source4/smb_server/service_smb.c
source4/winbind/winbindd.c

index 20fa5770f8250c0950ef1df786ff2cfb9d6d80de..1b6a01b0b565d94e334f4d8e665bbbd3c07a4691 100644 (file)
@@ -26,7 +26,6 @@
 #include "lib/param/param.h"
 #include "source4/smbd/service.h"
 #include "source4/smbd/process_model.h"
-#include "file_server/file_server.h"
 #include "dynconfig.h"
 #include "nsswitch/winbind_client.h"
 
diff --git a/file_server/file_server.h b/file_server/file_server.h
deleted file mode 100644 (file)
index 7da9437..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-/*
-   Unix SMB/CIFS implementation.
-
-   run s3 file server within Samba4
-
-   Copyright (C) Andrew Tridgell       2011
-
-   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/>.
-*/
-
-/*
-  open the s3 smb server sockets
-*/
-void s3_smbd_task_init(struct task_server *task);
index ddf24a994a8032c1590e0ab70cee2edb961bf7c3..3f0f009ce3b9b634e492c756d4910fbfd04b816d 100644 (file)
@@ -33,7 +33,6 @@
 #include "param/share.h"
 #include "dsdb/samdb/samdb.h"
 #include "param/param.h"
-#include "file_server/file_server.h"
 #include "ntvfs/ntvfs.h"
 #include "lib/cmdline/popt_common.h"
 /*
index 6aa0418537882bf319beecc76f19f5a184078ce1..7fb0836b6a5938d54841bafdebb2cb33babccd4d 100644 (file)
@@ -27,7 +27,6 @@
 #include "lib/param/param.h"
 #include "source4/smbd/service.h"
 #include "source4/smbd/process_model.h"
-#include "file_server/file_server.h"
 #include "dynconfig.h"
 #include "nsswitch/winbind_client.h"