aboutsummaryrefslogtreecommitdiffstats
path: root/storage
diff options
context:
space:
mode:
authorHåvard Pettersen <havardpe@yahooinc.com>2023-03-01 10:01:32 +0000
committerHåvard Pettersen <havardpe@yahooinc.com>2023-03-01 10:01:32 +0000
commit3393ff7cdf012c1e51ca32bd57ef2cb86fd5127d (patch)
treef08e0b532f395454c272d0a38b114698351b793d /storage
parentcbc3aed54f82cd78bcd40225539ce9fa2f2ca5ec (diff)
remove additional no-longer-relevant fastos references
Diffstat (limited to 'storage')
-rw-r--r--storage/src/vespa/storageframework/generic/component/component.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/storage/src/vespa/storageframework/generic/component/component.h b/storage/src/vespa/storageframework/generic/component/component.h
index 9a5e524e504..47469cce05d 100644
--- a/storage/src/vespa/storageframework/generic/component/component.h
+++ b/storage/src/vespa/storageframework/generic/component/component.h
@@ -45,12 +45,12 @@
* optimize clock fetching as we see fit later.
*
* - A thread pool is given. This makes us able to use a thread pool.
- * (Allthough currently we don't really need a thread pool, as threads
- * typically live for the whole lifetime of the server. But currently we are
- * forced to use a thread pool due to fastos.) Another feature of this is
- * that the thread interface has built in information needed to detect
- * deadlocks and report status about thread behavior, such that deadlock
- * detecting and thread status can be shown without the threads themselves
+ * (Allthough currently we don't really need a thread pool, as
+ * threads typically live for the whole lifetime of the
+ * server. Another feature of this is that the thread interface has
+ * built in information needed to detect deadlocks and report
+ * status about thread behavior, such that deadlock detecting and
+ * thread status can be shown without the threads themselves
* depending on how this is done.
*
* - A memory manager may also be provided, allowing components to request