remove redundant assignment

This commit is contained in:
Stefan Frederik 2021-12-09 14:07:26 +01:00
parent 8eaada23f0
commit b0010322ec
1 changed files with 0 additions and 1 deletions

View File

@ -83,7 +83,6 @@ static struct inst_hashentry *inst_hash_lookup(char *token, int value, int what,
*preventry=entry;
entry->next=NULL;
entry->hash=hashcode;
entry->token=NULL;
entry->token = my_malloc(426, token_size + 1);
memcpy(entry->token,token, token_size + 1);
entry->value = value;