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.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/fastos/src/tests/typetest.cpp b/fastos/src/tests/typetest.cpp
index ee7f88026bc..e5d7e9ceb74 100644
--- a/fastos/src/tests/typetest.cpp
+++ b/fastos/src/tests/typetest.cpp
@@ -11,7 +11,6 @@ private:
{
TestHeader("Object Sizes (bytes)");
- Progress(true, "FastOS_Application: %d", sizeof(FastOS_Application));
Progress(true, "FastOS_DirectoryScan %d", sizeof(FastOS_DirectoryScan));
Progress(true, "FastOS_File: %d", sizeof(FastOS_File));
Progress(true, "FastOS_Runnable %d", sizeof(FastOS_Runnable));