https://git.reactos.org/?p=reactos.git;a=commitdiff;h=ee4ee2fc1db4baf16f87a2...
commit ee4ee2fc1db4baf16f87a28cf2378d983dc7e18c Author: Eric Kohl eric.kohl@reactos.org AuthorDate: Wed Sep 12 17:53:49 2018 +0200 Commit: Eric Kohl eric.kohl@reactos.org CommitDate: Wed Sep 12 17:53:49 2018 +0200
[NETAPI32] Remove the obsolete file group.c --- dll/win32/netapi32/CMakeLists.txt | 1 - dll/win32/netapi32/group.c | 25 ------------------------- 2 files changed, 26 deletions(-)
diff --git a/dll/win32/netapi32/CMakeLists.txt b/dll/win32/netapi32/CMakeLists.txt index d714bb24b8..dab40b16eb 100644 --- a/dll/win32/netapi32/CMakeLists.txt +++ b/dll/win32/netapi32/CMakeLists.txt @@ -20,7 +20,6 @@ list(APPEND SOURCE dfs.c display.c dssetup.c - group.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 index e6300f2bb2..0000000000 --- a/dll/win32/netapi32/group.c +++ /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 */