From 3ad855abb2943ad6c7bf7bd359665fb4f31b29c9 Mon Sep 17 00:00:00 2001 From: Joe Date: Thu, 18 Jan 2024 20:20:20 +0100 Subject: clean --- c_init.go | 3 --- 1 file changed, 3 deletions(-) (limited to 'c_init.go') diff --git a/c_init.go b/c_init.go index d2250af..3e7e4d1 100644 --- a/c_init.go +++ b/c_init.go @@ -63,9 +63,6 @@ type HardOpts struct { Term string } -// HACK: fuck global vars -var g_load_count int = -1 - // this function recurses into the specified root directory in order to load // every yaml file into memory func c_recurse_data_dir(dir, root string, opts HardOpts, -- cgit v1.2.3