[JITLink] Remove a redundant semicolon, silencing -Wpedantic warnings with GCC. NFC.

llvm-svn: 373696
This commit is contained in:
Martin Storsjo 2019-10-04 07:05:22 +00:00
parent 5caeb4a9b0
commit 5dd60c0c54
1 changed files with 1 additions and 1 deletions

View File

@ -972,7 +972,7 @@ createLookupContinuation(Continuation Cont) {
};
return std::make_unique<Impl>(std::move(Cont));
};
}
/// Holds context for a single jitLink invocation.
class JITLinkContext {