remove unused code, mostly imports

This commit is contained in:
Karl Seguin
2025-05-05 13:23:28 +08:00
parent ca3fa3dc40
commit b8e5e130b9
32 changed files with 5 additions and 87 deletions

View File

@@ -16,8 +16,6 @@
// You should have received a copy of the GNU Affero General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.
const std = @import("std");
// TODO: use functions instead of "fake" struct once we handle function API generation
const Primitives = struct {
pub fn constructor() Primitives {