Remove RocResult from utils.zig

It is implemented wrong and not used anywhere
This commit is contained in:
Brendan Hansknecht 2022-10-10 08:25:59 -07:00
parent b84c05fad9
commit fdafac4323
No known key found for this signature in database
GPG key ID: 0EA784685083E75B
2 changed files with 0 additions and 20 deletions

View file

@ -1,6 +1,5 @@
const std = @import("std");
const utils = @import("utils.zig");
const RocResult = utils.RocResult;
const UpdateMode = utils.UpdateMode;
const mem = std.mem;
const math = std.math;