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:
parent
5c4f421121
commit
57e6a38f2a
1 changed files with 1 additions and 1 deletions
|
|
@ -864,7 +864,7 @@ public:
|
|||
return true;
|
||||
}
|
||||
return false;
|
||||
};
|
||||
}
|
||||
|
||||
void addToCallGraph(TInfoSink&, const TString& caller, const TString& callee);
|
||||
void merge(TInfoSink&, TIntermediate&);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue