[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-wget] [PATCH] url: remove shorten_string
From: |
Giuseppe Scrivano |
Subject: |
Re: [Bug-wget] [PATCH] url: remove shorten_string |
Date: |
Tue, 25 Mar 2014 16:00:40 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) |
Daniel Stenberg <address@hidden> writes:
> The function wasn't used and caused a compiler warning:
>
> url.c:1288:1: warning: 'shorten_length' defined but not used
> [-Wunused-function]
> ---
> src/url.c | 10 ----------
> 1 file changed, 10 deletions(-)
thanks for the patch. I've amended the ChangeLog entry and pushed it.
Giuseppe