remove unused memory allocator

This commit is contained in:
akiroz 2022-01-27 03:55:05 +08:00
parent 1be5f86c28
commit 2de6813be2
No known key found for this signature in database
GPG Key ID: 8A5957C4A2F68ACC

View File

@ -40,9 +40,6 @@ const Config = struct {
coin_key: i32,
};
var gpa = std.heap.GeneralPurposeAllocator(.{}){};
const alloc = gpa.allocator();
var cfg: ?Config = null;
var thread_op = std.Thread.Mutex{};
var slider_active = false;