Skip to content

Commit

Permalink
Merge pull request pharo-vcs#1756 from jecisc/cleanups
Browse files Browse the repository at this point in the history
Small cleanups
  • Loading branch information
jecisc committed Nov 21, 2023
2 parents b51d982 + 53ba428 commit 83aea5c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ I'm a class to add support for iceberg to metacello.
"
Class {
#name : 'IceMetacelloPharoPlatform',
#superclass : 'MetacelloPharoPlatform',
#superclass : 'MetacelloPlatform',
#category : 'Iceberg-Metacello-Integration-Platform',
#package : 'Iceberg-Metacello-Integration',
#tag : 'Platform'
Expand Down
6 changes: 0 additions & 6 deletions Iceberg/MCDefinition.extension.st
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@ MCDefinition >> addAnalysisToPackageChangeSet: aPackageChangeSet change: aChange
aPackageChangeSet addChange: aChange
]

{ #category : '*Iceberg-Changes' }
MCDefinition >> buildOn: anIceDiffBuilder [

self subclassResponsibility
]

{ #category : '*Iceberg-changes' }
MCDefinition >> isFileDefinition [

Expand Down
4 changes: 0 additions & 4 deletions Iceberg/MCMethodDefinition.extension.st
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
Extension { #name : 'MCMethodDefinition' }

{ #category : '*Iceberg-Changes' }
MCMethodDefinition >> buildOn: anIcePackageDiff [
self shouldBeImplemented.
]

{ #category : '*Iceberg-Changes' }
MCMethodDefinition >> method [
Expand Down

0 comments on commit 83aea5c

Please sign in to comment.