diff --git a/documentation/17.05/solutions/concurrent-computing/concurrent-eiffel-scoop/scoop-implementation.wiki b/documentation/17.05/solutions/concurrent-computing/concurrent-eiffel-scoop/scoop-implementation.wiki index e78dc317..d8176dd2 100644 --- a/documentation/17.05/solutions/concurrent-computing/concurrent-eiffel-scoop/scoop-implementation.wiki +++ b/documentation/17.05/solutions/concurrent-computing/concurrent-eiffel-scoop/scoop-implementation.wiki @@ -23,32 +23,6 @@ Although the SCOOP model can support any underlying concurrency mechanism, the c In the initial release, the allowable maximum number of SCOOP processors per system is 1024. -==Separate anchored types== - -Applicable prior to revision number 86657: - -Separate status for anchored types is not supported properly. So declarations of the form: - - - my_entity: separate like my_query - - -and - - - my_entity: separate like Current - - -should be used only if you are using revision 86657 or later. - -Also, if you use an anchored declaration such as: - - - my_entity: like my_query - - -and the type of my_query is separate, you should make sure you are using revision 86657 or later. - ==Agents targeted to objects of separate types==