Skip to content

Commit 054f4a5

Browse files
[polly] Remove an unused local variable (NFC) (#144012)
1 parent 752538c commit 054f4a5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

polly/lib/Support/RegisterPasses.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,6 @@ static bool
541541
parseTopLevelPipeline(llvm::ModulePassManager &MPM,
542542
PassInstrumentationCallbacks *PIC,
543543
ArrayRef<PassBuilder::PipelineElement> Pipeline) {
544-
std::vector<PassBuilder::PipelineElement> FullPipeline;
545544
StringRef FirstName = Pipeline.front().Name;
546545

547546
if (!isScopPassName(FirstName))

0 commit comments

Comments
 (0)