Merge pull request #2523 from dneto0/remove-stray-semi
Remove useless semicolon
This commit is contained in:
commit
386b4fcb28
1 changed files with 1 additions and 1 deletions
|
|
@ -864,7 +864,7 @@ public:
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
};
|
}
|
||||||
|
|
||||||
void addToCallGraph(TInfoSink&, const TString& caller, const TString& callee);
|
void addToCallGraph(TInfoSink&, const TString& caller, const TString& callee);
|
||||||
void merge(TInfoSink&, TIntermediate&);
|
void merge(TInfoSink&, TIntermediate&);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue