forked from OSchip/llvm-project
[ORC] Remove extraneous semi-colon added in r300167.
llvm-svn: 300170
This commit is contained in:
parent
92fc477292
commit
b9054d6b86
|
@ -452,7 +452,7 @@ void registerStringError() {
|
|||
});
|
||||
AlreadyRegistered = true;
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
/// SerializationTraits for Expected<T1> from an Expected<T2>.
|
||||
template <typename ChannelT, typename T1, typename T2>
|
||||
|
|
Loading…
Reference in New Issue