aboutsummaryrefslogtreecommitdiffstats
path: root/fastos/src/tests/typetest.cpp
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2023-02-27 17:05:42 +0100
committerGitHub <noreply@github.com>2023-02-27 17:05:42 +0100
commita75326292b6486d42a47a6a2bd6d3dffb314bacd (patch)
tree469e5e43d10d984343150715796a75eea4a0cacc /fastos/src/tests/typetest.cpp
parent13b171024bf1feba89246f88e3c26bfe7c32ead7 (diff)
parent6a5818c4f6a700b56c0d30ac2d36d32d2e2a3bc0 (diff)
Merge pull request #26204 from vespa-engine/havardpe/gc-fastos-threadv8.131.17
remove FastOS_Thread (and FastOS_ThreadPool/FastOS_Runnable)
Diffstat (limited to 'fastos/src/tests/typetest.cpp')
-rw-r--r--fastos/src/tests/typetest.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/fastos/src/tests/typetest.cpp b/fastos/src/tests/typetest.cpp
index e5d7e9ceb74..7871275e17c 100644
--- a/fastos/src/tests/typetest.cpp
+++ b/fastos/src/tests/typetest.cpp
@@ -13,10 +13,7 @@ private:
Progress(true, "FastOS_DirectoryScan %d", sizeof(FastOS_DirectoryScan));
Progress(true, "FastOS_File: %d", sizeof(FastOS_File));
- Progress(true, "FastOS_Runnable %d", sizeof(FastOS_Runnable));
Progress(true, "FastOS_StatInfo %d", sizeof(FastOS_StatInfo));
- Progress(true, "FastOS_Thread: %d", sizeof(FastOS_Thread));
- Progress(true, "FastOS_ThreadPool: %d", sizeof(FastOS_ThreadPool));
PrintSeparator();
}