dont need itt here either. llvm shhh

SVN revision: 46771
This commit is contained in:
Carsten Haitzler 2010-03-02 03:19:00 +00:00
parent eac0351854
commit 0c17cdc62c
1 changed files with 1 additions and 3 deletions

View File

@ -46,7 +46,6 @@ evas_cserve_image_cache_contents_get(Evas_Cserve_Image_Cache *cache)
{ {
#ifdef EVAS_CSERVE #ifdef EVAS_CSERVE
Op_Getinfo_Reply *info; Op_Getinfo_Reply *info;
Op_Getinfo_Item *itt;
unsigned char *p; unsigned char *p;
int i, j; int i, j;
@ -70,8 +69,7 @@ evas_cserve_image_cache_contents_get(Evas_Cserve_Image_Cache *cache)
Op_Getinfo_Item it; Op_Getinfo_Item it;
char *file, *key; char *file, *key;
itt = (Op_Getinfo_Item *)p; memcpy(&it, p, sizeof(Op_Getinfo_Item));
memcpy(&it, itt, sizeof(Op_Getinfo_Item));
file = (char*) (p + sizeof(Op_Getinfo_Item)); file = (char*) (p + sizeof(Op_Getinfo_Item));
key = file + strlen(file) + 1; key = file + strlen(file) + 1;
im = calloc(1, sizeof(Evas_Cserve_Image)); im = calloc(1, sizeof(Evas_Cserve_Image));