Remove unused MemoryReactor changes now that we don't have a test to use it

This commit is contained in:
Eric Eastwood
2025-11-26 16:09:30 -06:00
parent 2551c24f80
commit ebf3c6ea10

View File

@@ -777,20 +777,6 @@ class ThreadPool:
See twisted.python.threadpool.ThreadPool
"""
min = 1
"""
"minimum number of threads in the pool"
This is a "threadless" thread pool, so we always have one thread.
"""
max = 1
"""
"maximum number of threads in the pool"
This is a "threadless" thread pool, so we always have one thread.
"""
def __init__(self, reactor: IReactorTime):
self._reactor = reactor