pillar-markup / pillar

Markup syntax and associated tools to write and generate documentation, books and slides
MIT License
50 stars 37 forks source link

contributeToPipelineBuilding: cleaning #602

Open Ducasse opened 1 month ago

Ducasse commented 1 month ago
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