]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
cond_eval not used yet
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 25 May 2017 18:07:43 +0000 (14:07 -0400)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 25 May 2017 19:32:40 +0000 (15:32 -0400)
src/main/conf_eval.c [deleted file]
src/main/libfreeradius-server.mk

diff --git a/src/main/conf_eval.c b/src/main/conf_eval.c
deleted file mode 100644 (file)
index b69c91b..0000000
+++ /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 <a.cudbardb@freeradius.org>
- * @copyright 2000-2017  The FreeRADIUS server project
- * @copyright 2000  Miquel van Smoorenburg <miquels@cistron.nl>
- * @copyright 2000  Alan DeKok <aland@ox.org>
- */
- RCSID("$Id$")
-
-#include <freeradius-devel/radiusd.h>
-#include <freeradius-devel/parser.h>
-#include <freeradius-devel/rad_assert.h>
index 964cb7f151575c22894913281f0b423d5319ab10..c505e78a71ec1e19a8715081b831059065c8926e 100644 (file)
@@ -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 \