Merge pull request #2523 from dneto0/remove-stray-semi
Remove useless semicolon
This commit is contained in:
commit
386b4fcb28
@ -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…
x
Reference in New Issue
Block a user