Skip to content

Commit

Permalink
Remove now useless dependency on pillar
Browse files Browse the repository at this point in the history
This method is not called so we can just remove it
  • Loading branch information
jecisc committed Oct 24, 2023
1 parent 1101d08 commit de928fe
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/BaselineOfMicrodown/BaselineOfMicrodown.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -100,17 +100,6 @@ BaselineOfMicrodown >> baseline: spec [
group: 'All' with: #('Core' 'Tests' 'Extensions' 'Microdown-Pharo-Tools' 'RichText') ]
]

{ #category : 'external projects' }
BaselineOfMicrodown >> pillar: spec [

spec
baseline: 'PillarCore'
with: [
spec
loads: #('Pillar-Core');
repository: 'github://pillar-markup/pillar:dev-8' ]
]

{ #category : 'external projects' }
BaselineOfMicrodown >> xmlParserHtml: spec [

Expand Down

0 comments on commit de928fe

Please sign in to comment.