[NETAPI32] Remove the obsolete file group.c
authorEric Kohl <eric.kohl@reactos.org>
Wed, 12 Sep 2018 15:53:49 +0000 (17:53 +0200)
committerEric Kohl <eric.kohl@reactos.org>
Wed, 12 Sep 2018 15:53:49 +0000 (17:53 +0200)
dll/win32/netapi32/CMakeLists.txt
dll/win32/netapi32/group.c [deleted file]

index d714bb2..dab40b1 100644 (file)
@@ -20,7 +20,6 @@ list(APPEND SOURCE
     dfs.c
     display.c
     dssetup.c
     dfs.c
     display.c
     dssetup.c
-    group.c
     group_new.c
     local_group.c
     misc.c
     group_new.c
     local_group.c
     misc.c
diff --git a/dll/win32/netapi32/group.c b/dll/win32/netapi32/group.c
deleted file mode 100644 (file)
index e6300f2..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-/*
- * Copyright 2002 Andriy Palamarchuk
- *
- * netapi32 access functions
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library 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
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
- */
-
-#include "netapi32.h"
-
-WINE_DEFAULT_DEBUG_CHANNEL(netapi32);
-
-/* EOF */