Remove two unused variables

This commit is contained in:
Colomban Wendling 2018-12-08 20:59:20 +01:00
parent f93aa14788
commit f61bd540b7

View File

@ -125,8 +125,6 @@ static struct corkInfo makeFunctionTag (vString *const function,
{ {
tagEntryInfo tag; tagEntryInfo tag;
int corkIndex; int corkIndex;
int fqCorkIndex = CORK_NIL;
const struct corkInfo nilInfo = {CORK_NIL};
struct corkInfo info; struct corkInfo info;
if (vStringLength (parent) > 0) if (vStringLength (parent) > 0)