Merge pull request #2523 from dneto0/remove-stray-semi

Remove useless semicolon
This commit is contained in:
greg-lunarg 2021-02-03 15:50:43 -07:00 committed by GitHub
commit 386b4fcb28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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&);