[infra] Delete cq.cfg

This file is no longer being used.

Change-Id: I8ef7fe6943d3df736133707d68d141483534b30d
Reviewed-on: https://gn-review.googlesource.com/c/gn/+/4801
Reviewed-by: Julie Hockett <juliehockett@google.com>
Commit-Queue: Petr Hosek <phosek@google.com>
diff --git a/infra/config/cq.cfg b/infra/config/cq.cfg
deleted file mode 100644
index bb3a274..0000000
--- a/infra/config/cq.cfg
+++ /dev/null
@@ -1,27 +0,0 @@
-# See http://luci-config.appspot.com/schemas/projects/refs:cq.cfg for the
-# documentation of this file format.
-
-version: 1
-cq_name: "gn"
-git_repo_url: "https://gn.googlesource.com/gn"
-gerrit {}
-verifiers {
-  try_job {
-    buckets {
-      name: "luci.gn.try",
-      builders {
-        name: "linux"
-      }
-      builders {
-        name: "mac"
-      }
-      builders {
-        name: "win"
-      }
-    }
-  }
-  gerrit_cq_ability {
-    committer_list: "project-gn-committers"
-    dry_run_access_list: "project-gn-tryjob-access"
-  }
-}