eet: removing useless assignment variables.

Summary: Signed-off-by: Srivardhan Hebbar <sri.hebbar@samsung.com>

Reviewers: cedric

Differential Revision: https://phab.enlightenment.org/D3231

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
This commit is contained in:
Srivardhan Hebbar 2015-10-30 07:15:09 +01:00 committed by Cedric BAIL
parent b9d8426eb7
commit 2a01c4517b
1 changed files with 3 additions and 3 deletions

View File

@ -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;
}