File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
vm/src/hint_processor/builtin_hint_processor Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -324,8 +324,6 @@ impl HintProcessorLogic for BuiltinHintProcessor {
324324 hint_code:: BLAKE2S_FINALIZE_V3 => finalize_blake2s_v3,
325325 hint_code:: BLAKE2S_ADD_UINT256 => blake2s_add_uint256,
326326 hint_code:: BLAKE2S_ADD_UINT256_BIGEND => blake2s_add_uint256_bigend,
327- // hint_code::IS_LESS_THAN_63_BITS_AND_NOT_END => is_less_than_63_bits_and_not_end,
328- // hint_code::BLAKE2S_UNPACK_FELTS => blake2s_unpack_felts,
329327 hint_code:: UNSAFE_KECCAK => unsafe_keccak,
330328 hint_code:: UNSAFE_KECCAK_FINALIZE => unsafe_keccak_finalize,
331329 hint_code:: SQUASH_DICT_INNER_SKIP_LOOP => squash_dict_inner_skip_loop,
@@ -512,10 +510,6 @@ impl HintProcessorLogic for BuiltinHintProcessor {
512510 cairo0_hints:: SECP_REDUCE_X => cairo0_hints:: reduce_x,
513511 #[ cfg( feature = "cairo-0-data-availability-hints" ) ]
514512 super :: kzg_da:: WRITE_DIVMOD_SEGMENT => super :: kzg_da:: write_div_mod_segment,
515- // #[cfg(feature = "test_utils")]
516- // super::simulated_builtins::GET_SIMULATED_BUILTIN_BASE => {
517- // super::simulated_builtins::get_simulated_builtin_base
518- // }
519513 code => {
520514 return Err (
521515 crate :: vm:: errors:: vm_errors:: VirtualMachineError :: CompileHintFail (
You can’t perform that action at this time.
0 commit comments