diff --git a/packages/Sandblocks-Smalltalk/SBExample.extension.st b/packages/Sandblocks-Smalltalk/SBExample.extension.st deleted file mode 100644 index 586634e6..00000000 --- a/packages/Sandblocks-Smalltalk/SBExample.extension.st +++ /dev/null @@ -1,7 +0,0 @@ -Extension { #name : #SBExample } - -{ #category : #'*Sandblocks-Smalltalk' } -SBExample >> isExample [ - - ^ true -]