From e511691315f6704961a0c8e3a9725f1a589a5c11 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Thu, 22 Jun 2017 13:41:22 +0200 Subject: Remove unused variables and functions Signed-off-by: David Oberhollenzer --- lib/libiniparser.c | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'lib/libiniparser.c') diff --git a/lib/libiniparser.c b/lib/libiniparser.c index ba70c08..a6ddcc7 100644 --- a/lib/libiniparser.c +++ b/lib/libiniparser.c @@ -387,24 +387,6 @@ int iniparser_find_entry( return found ; } -/*-------------------------------------------------------------------------*/ -/** - @brief Set an entry in a dictionary. - @param ini Dictionary to modify. - @param entry Entry to modify (entry name) - @param val New value to associate to the entry. - @return int 0 if Ok, -1 otherwise. - - If the given entry can be found in the dictionary, it is modified to - contain the provided value. If it cannot be found, -1 is returned. - It is Ok to set val to NULL. - */ -/*--------------------------------------------------------------------------*/ -int iniparser_set(dictionary * ini, char * entry, char * val) -{ - return dictionary_set(ini, strlwc(entry), val) ; -} - /*-------------------------------------------------------------------------*/ /** @brief Delete an entry in a dictionary -- cgit v1.2.3