pillar icon indicating copy to clipboard operation
pillar copied to clipboard

contributeToPipelineBuilding: cleaning

Open Ducasse opened this issue 1 year ago • 0 comments

PRInputDocument >> contributeToPipelineBuilding: aPRPipelineBuilder 
	
	1halt.
	self flag: #maybeToRemove.
	
	aPRPipelineBuilder setInputDocument: file.
	aPRPipelineBuilder parser: self parser

So we should remove it because it is not invoked and setInputDocument: does not exist anymore

Ducasse avatar Jul 22 '24 16:07 Ducasse