From 4b64310636716a199baff27b2ade95643bb1d74c Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Tue, 23 Jun 2015 03:12:51 +0200 Subject: [PATCH] Trimming functions are available by now --- src/string.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/string.c b/src/string.c index 43fd91f..e6de78b 100644 --- a/src/string.c +++ b/src/string.c @@ -12,8 +12,6 @@ * * You should have received a copy of the GNU Lesser General Public License * along with this program. If not, see . */ -/* TODO: - * - add string_rtrim(), string_ltrim()... */