On 03/07/15 11:28, Amitesh Singh wrote:
> ami pushed a commit to branch master.
>
> http://git.enlightenment.org/core/elementary.git/commit/?id=68d40551231b11c5851d96ab18c757fc9ec76dab
>
> commit 68d40551231b11c5851d96ab18c757fc9ec76dab
> Author: Amitesh Singh <amitesh...@samsung.com>
> Date:   Fri Jul 3 15:57:39 2015 +0530
>
>      entry: Remove unused variable.
> ---
>   src/lib/elm_entry.c | 2 --
>   1 file changed, 2 deletions(-)
>
> diff --git a/src/lib/elm_entry.c b/src/lib/elm_entry.c
> index e436157..52d8070 100644
> --- a/src/lib/elm_entry.c
> +++ b/src/lib/elm_entry.c
> @@ -3843,8 +3843,6 @@ elm_entry_entry_get(const Evas_Object *obj)
>   EOLIAN static void
>   _elm_entry_entry_append(Eo *obj EINA_UNUSED, Elm_Entry_Data *sd, const char 
> *entry)
>   {
> -   int len = 0;
> -
>      if (!entry) entry = "";
>
>      sd->changed = EINA_TRUE;
>

Thanks. Don't know how I missed the warning.

--
Tom.

------------------------------------------------------------------------------
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to