Remove an obsolete assertion.
diff --git a/vm/Thread.c b/vm/Thread.c
index 7505ec5..9e95d88 100644
--- a/vm/Thread.c
+++ b/vm/Thread.c
@@ -1285,8 +1285,6 @@
     ClassObject* nativeStart;
     Method* runMeth;
 
-    assert(thread->threadId != 1);      // not for main thread
-
     nativeStart =
         dvmFindSystemClassNoInit("Ldalvik/system/NativeStart;");
     if (nativeStart == NULL) {