s3:lib: remove unused/empty modules.c
authorStefan Metzmacher <metze@samba.org>
Thu, 6 Oct 2011 07:57:20 +0000 (09:57 +0200)
committerStefan Metzmacher <metze@samba.org>
Thu, 6 Oct 2011 13:23:45 +0000 (15:23 +0200)
metze

Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Thu Oct  6 15:23:45 CEST 2011 on sn-devel-104

source3/lib/module.c [deleted file]
source3/wscript_build

diff --git a/source3/lib/module.c b/source3/lib/module.c
deleted file mode 100644 (file)
index a85d7d0..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-/* 
-   Unix SMB/CIFS implementation.
-   module loading system
-
-   Copyright (C) Jelmer Vernooij 2002-2003
-   Copyright (C) Stefan (metze) Metzmacher 2003
-   
-   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"
index 693148f3bea9833553e719fc8667a6fa8bf7b6e0..6d8402ea71c4e689df1f288cfe87b0fbeb88b6b1 100755 (executable)
@@ -80,7 +80,7 @@ LIB_SRC = '''
           intl/lang_tdb.c
           lib/conn_tdb.c lib/gencache.c
           lib/sessionid_tdb.c
-          lib/module.c lib/events.c
+          lib/events.c
           lib/server_contexts.c
           lib/server_prefork.c
           lib/server_prefork_util.c