Remove useless semicolon

The extra semicolon causes a build failure if warnings are turned up high, and
warnings-as-errors is on. (-Werror=extra-semi)
This commit is contained in:
David Neto 2021-02-03 14:14:11 -05:00
parent 5c4f421121
commit 57e6a38f2a

View File

@ -864,7 +864,7 @@ public:
return true;
}
return false;
};
}
void addToCallGraph(TInfoSink&, const TString& caller, const TString& callee);
void merge(TInfoSink&, TIntermediate&);