From 39d21c3f7538cc51f6fee77e6d68976cb86bda22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phaneDucasse?= Date: Sat, 23 Nov 2024 17:45:59 +0100 Subject: [PATCH] Fixes: ##17426 there is no need for this method. Its caller checks that the class defines it. --- src/System-Support/Object.extension.st | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/System-Support/Object.extension.st b/src/System-Support/Object.extension.st index 1623051edf0..1b269e80d2f 100644 --- a/src/System-Support/Object.extension.st +++ b/src/System-Support/Object.extension.st @@ -6,17 +6,6 @@ Object >> isPrimitiveError [ ^false ] -{ #category : '*System-Support' } -Object class >> registerToolsOn: aToolRegistry [ - "Override to register any tools to the toolregistry. - - Typically subclasses should do - - registry register: self as: #XXXX - - " -] - { #category : '*System-Support' } Object >> systemNavigation [