diff --git a/.pick_status.json b/.pick_status.json index 481debd395f..e6e8f5aed24 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -3271,7 +3271,7 @@ "description": "clc: relax spec constant validation", "nominated": true, "nomination_type": 1, - "resolution": 0, + "resolution": 1, "main_sha": null, "because_sha": "a699844ffba20fb0bfe7103eb70938bac604748e" }, diff --git a/src/compiler/clc/clc_helpers.cpp b/src/compiler/clc/clc_helpers.cpp index 7599141fb66..4634633307c 100644 --- a/src/compiler/clc/clc_helpers.cpp +++ b/src/compiler/clc/clc_helpers.cpp @@ -338,7 +338,6 @@ public: uint32_t spec_id = ins->words[ins->operands[2].offset]; for (auto &c : specConstants) { if (c.second.id == spec_id) { - assert(c.first == id); return; } }