Skip to content

Commit 23d93b4

Browse files
authored
Merge pull request #45205 from iarspider/patch-10
StreamSchedule.h: remove unused variable
2 parents 5111068 + 640860a commit 23d93b4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

FWCore/Framework/interface/StreamSchedule.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,6 @@ namespace edm {
366366
auto const& principal = transitionInfo.principal();
367367
T::setStreamContext(streamContext_, principal);
368368

369-
auto id = principal.id();
370369
ServiceWeakToken weakToken = token;
371370
auto doneTask = make_waiting_task([this, iHolder = std::move(iHolder), cleaningUpAfterException, weakToken](
372371
std::exception_ptr const* iPtr) mutable {

0 commit comments

Comments
 (0)