benchmark: remove unused variable

Looks like this was forgotten during some re-factoring of the code.
This commit is contained in:
Stefan Schmidt 2016-06-06 14:17:07 +02:00
parent 12b7c52323
commit 14c8ddc678
1 changed files with 0 additions and 1 deletions

View File

@ -46,7 +46,6 @@ struct _Eina_Stringshare_Test
int (*shutdown)(void);
};
static const char *strings[30000];
static Eina_Stringshare_Test eina_str = {
"eina",
eina_init,