cedric pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=2a01c4517b5b97c2b988ce590d7dae913ec1f085

commit 2a01c4517b5b97c2b988ce590d7dae913ec1f085
Author: Srivardhan Hebbar <sri.heb...@samsung.com>
Date:   Fri Oct 30 07:15:09 2015 +0100

    eet: removing useless assignment variables.
    
    Summary: Signed-off-by: Srivardhan Hebbar <sri.heb...@samsung.com>
    
    Reviewers: cedric
    
    Differential Revision: https://phab.enlightenment.org/D3231
    
    Signed-off-by: Cedric BAIL <ced...@osg.samsung.com>
---
 src/lib/eet/eet_cipher.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/lib/eet/eet_cipher.c b/src/lib/eet/eet_cipher.c
index 9bff406..bb85452 100644
--- a/src/lib/eet/eet_cipher.c
+++ b/src/lib/eet/eet_cipher.c
@@ -236,9 +236,9 @@ on_error:
 
 # endif /* ifdef HAVE_GNUTLS */
 #else
-   certificate_file = NULL;
-   private_key_file = NULL;
-   cb = NULL;
+   void (certificate_file);
+   void (private_key_file);
+   void (cb);
 #endif /* ifdef HAVE_SIGNATURE */
    return NULL;
 }

-- 


Reply via email to