# HG changeset patch # User Tsuki # Date 2026-08-20 10:31:10 # Node ID 49359be7c342aae2579c945f6456f9b9fcb64821 # Parent 99f86b291f04cd35b7874c4c44f10b3817fc07bd test diff --git a/include/ext-workspace.h b/include/ext-workspace.h --- a/include/ext-workspace.h +++ b/include/ext-workspace.h @@ -74,7 +74,6 @@ static void ext_workspace_create(uint32_t tag, Monitor *m) { const char *name = tag_name(tag); - struct ext_workspace *ws = ecalloc(1, sizeof(*ws)); ws->tag = tag; ws->m = m;