David T. Lewis uploaded a new version of System to project The Trunk:
http://source.squeak.org/trunk/System-dtl.1003.mcz==================== Summary ====================
Name: System-dtl.1003
Author: dtl
Time: 15 February 2018, 2:19:58.588317 pm
UUID: 9f36a39d-2c05-4401-8924-fab1c3c2df0f
Ancestors: System-dtl.1002
Remove selectorPrefixForDispatch which was a remnant of the now defunct method dispatching hack for Project.
=============== Diff against System-dtl.1002 ===============
Item was removed:
- ----- Method: Project>>selectorPrefixForDispatch (in category 'dispatching') -----
- selectorPrefixForDispatch
- "A string to be preppended to selectors for project specific methods"
-
- ^ self subclassResponsibility!