repro: fix unused variable build error

This commit is contained in:
Taylor Mullen
2026-02-10 10:57:51 -08:00
parent b180351542
commit 20bcd4e2a2
-1
View File
@@ -35,7 +35,6 @@ const DEFAULT_HOOK_TIMEOUT = 60000;
* Exit code constants for hook execution
*/
const EXIT_CODE_SUCCESS = 0;
const EXIT_CODE_BLOCKING_ERROR = 2;
const EXIT_CODE_NON_BLOCKING_ERROR = 1;
/**