Merge pull request #144 from dart-lang/delete-unused-status-file

Delete unused status file
diff --git a/co19.status b/co19.status
deleted file mode 100644
index 50ecbd0..0000000
--- a/co19.status
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 2011 Google Inc. All Rights Reserved.
-
-prefix co19
-
-# Possible status codes are listed below.
-# PASS: Test is passing, does not need to be listed.
-# FAIL: Test is failing. Runtime needs to be corrected.
-# CRASH: Test is crashing. Runtime needs to be corrected.
-# FAIL,OKAY: Test is failing. The current runtime behaviour is correct. The
-#            test should be corrected.
-# SKIP: Test is skipped by the harness.
-
-# Status for all architectures.
-
-# Architecture specific status.
-[ $arch == ia32 ]
-
-[ $arch == dashc ]
-
-[ $arch == x64 ]
-*: SKIP
-
-[ $arch == simarm ]
-*: SKIP
-
-[ $arch == arm ]
-*: SKIP