remove unused macos-specific import (was breaking some builds)

This commit is contained in:
Balazs Komuves 2026-01-30 16:27:45 +01:00
parent b65d13f888
commit 1c4e2b9dc1
No known key found for this signature in database
GPG Key ID: F63B7AEF18435562
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,6 @@
#![allow(unused_imports)]
use ark_ff::prelude::{Zero};
use ark_bn254::Fr as F;

View File

@ -1,7 +1,6 @@
use ark_bn254::{Fr as F};
use ark_ff::{BigInteger256, Field, One, PrimeField};
use core::str::FromStr;
use std::os::macos::raw::stat;
use crate::skyscraper::constants::{FunctionBlock, RF1, RC, RC_RAW};
use crate::state::State;