Remove unnecessary import

This commit is contained in:
jaina heartles 2022-05-13 19:01:45 -07:00
parent a7e4ff1777
commit cf8871bbcd

View file

@ -1,5 +1,4 @@
const std = @import("std");
const root = @import("root");
threadlocal var tls_prng: ?std.rand.DefaultPrng = null;