From: Arran Cudbard-Bell Date: Thu, 25 May 2017 18:07:43 +0000 (-0400) Subject: cond_eval not used yet X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47ce563d6f1ca3abe64908b92d9328f551113fa5;p=thirdparty%2Ffreeradius-server.git cond_eval not used yet --- diff --git a/src/main/conf_eval.c b/src/main/conf_eval.c deleted file mode 100644 index b69c91b7ae3..00000000000 --- a/src/main/conf_eval.c +++ /dev/null @@ -1,32 +0,0 @@ -/* - * 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 2 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, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA - */ - - /** - * $Id$ - * @file conf_eval.c - * @brief Evaluate configuration files, taking pre-parsed data and converting it into - * module's configuration structures. - * - * @copyright 2017 Arran Cudbard-Bell - * @copyright 2000-2017 The FreeRADIUS server project - * @copyright 2000 Miquel van Smoorenburg - * @copyright 2000 Alan DeKok - */ - RCSID("$Id$") - -#include -#include -#include diff --git a/src/main/libfreeradius-server.mk b/src/main/libfreeradius-server.mk index 964cb7f1515..c505e78a71e 100644 --- a/src/main/libfreeradius-server.mk +++ b/src/main/libfreeradius-server.mk @@ -3,7 +3,6 @@ TARGET := libfreeradius-server.a SOURCES := cond_eval.c \ cond_tokenize.c \ conf_file.c \ - conf_eval.c \ connection.c \ dl.c \ exec.c \