Skip to content

Commit 3ae6b57

Browse files
committed
[ORC] Remove extraneous lines in comment.
1 parent 23d4fe6 commit 3ae6b57

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

llvm/include/llvm/ExecutionEngine/Orc/ExecutorProcessControl.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,8 +235,6 @@ class ExecutorProcessControl {
235235
}
236236

237237
/// Look up and SPS-deserialize a bootstrap map value.
238-
///
239-
///
240238
template <typename T, typename SPSTagT>
241239
Error getBootstrapMapValue(StringRef Key, std::optional<T> &Val) const {
242240
Val = std::nullopt;

0 commit comments

Comments
 (0)