- cleanup

This commit is contained in:
2020-10-29 10:09:58 +02:00
parent 5450c155d9
commit 6554688cb7
8 changed files with 24 additions and 11 deletions

View File

@@ -98,6 +98,10 @@ unsigned TimeSource::time()
#if defined(TARGET_LINUX)
assert(0);
#endif
#if defined(TARGET_ANDROID)
assert(0);
#endif
}
// --- StubTimer ---