diff options
author | Joe <rbo@gmx.us> | 2024-01-18 20:20:20 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-01-18 20:20:20 +0100 |
commit | 3ad855abb2943ad6c7bf7bd359665fb4f31b29c9 (patch) | |
tree | 334691499a5cf5cdf0623a245bd9c6b37d9e2f90 /c_init.go | |
parent | good (diff) | |
download | hardflip-3ad855abb2943ad6c7bf7bd359665fb4f31b29c9.tar.gz hardflip-3ad855abb2943ad6c7bf7bd359665fb4f31b29c9.tar.bz2 hardflip-3ad855abb2943ad6c7bf7bd359665fb4f31b29c9.tar.xz hardflip-3ad855abb2943ad6c7bf7bd359665fb4f31b29c9.tar.zst hardflip-3ad855abb2943ad6c7bf7bd359665fb4f31b29c9.zip |
clean
Diffstat (limited to '')
-rw-r--r-- | c_init.go | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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, |