Remove comment "SGI only"

This commit is contained in:
Guido van Rossum 1996-07-30 19:07:18 +00:00
parent 3df1d1b89f
commit 2108a50465

View file

@ -1,4 +1,4 @@
# A parallelized "find(1)" using the thread module (SGI only for now).
# A parallelized "find(1)" using the thread module.
# This demonstrates the use of a work queue and worker threads.
# It really does do more stats/sec when using multiple threads,