Remove CQ-Verified submit requirement

This is proving problematic because it makes "submit to CQ" and "submit"
buttons hidden in the Gerrit UI until satisfied, which it may never be
if the CL intends to override the requirement.

Change-Id: I123e8ff781dd197f1d87b47d8bacd28cfed0c809
Reviewed-on: https://boringssl-review.googlesource.com/c/All-Projects/+/95428
Reviewed-by: David Benjamin <davidben@google.com>
diff --git a/project.config b/project.config
index d8408af..fbea9d0 100644
--- a/project.config
+++ b/project.config
@@ -197,9 +197,3 @@
 	submittableIf = -has:unresolved
 	overrideIf = message:\"^.*Unresolved-Comment-Reason:.*\"
 	canOverrideInChildProjects = false
-[submit-requirement "CQ-Verified"]
-	description = The change was/will be verified by CQ. Overrideable with footer \"NOPRESUBMIT=<reason>\" in change message.
-	applicableIf = -branch:refs/meta/config
-	submittableIf = label:Presubmit-BoringSSL-Verified=MAX OR label:Commit-Queue=MAX
-	overrideIf = hasfooter:\"NOPRESUBMIT\"
-	canOverrideInChildProjects = false