summaryrefslogtreecommitdiffstats
path: root/fastos/src/tests/typetest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'fastos/src/tests/typetest.cpp')
-rw-r--r--fastos/src/tests/typetest.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/fastos/src/tests/typetest.cpp b/fastos/src/tests/typetest.cpp
index 1e0fc53ec1e..f9293e0bc7f 100644
--- a/fastos/src/tests/typetest.cpp
+++ b/fastos/src/tests/typetest.cpp
@@ -2,9 +2,6 @@
#include "tests.h"
#include <vespa/fastos/file.h>
-#include <vespa/fastos/time.h>
-
-#include <cstdlib>
class TypeTest : public BaseTest
{
@@ -21,7 +18,6 @@ private:
Progress(true, "FastOS_StatInfo %d", sizeof(FastOS_StatInfo));
Progress(true, "FastOS_Thread: %d", sizeof(FastOS_Thread));
Progress(true, "FastOS_ThreadPool: %d", sizeof(FastOS_ThreadPool));
- Progress(true, "FastOS_Time %d", sizeof(FastOS_Time));
PrintSeparator();
}