aboutsummaryrefslogtreecommitdiffstats
path: root/src/c_parse.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/c_parse.go')
-rw-r--r--src/c_parse.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/c_parse.go b/src/c_parse.go
index 2a7b881..faa8223 100644
--- a/src/c_parse.go
+++ b/src/c_parse.go
@@ -58,8 +58,7 @@ import (
"gopkg.in/yaml.v3"
)
-func c_read_yaml_file(file string,
- opts HardOpts, ui *HardUI) (*HostNode, error) {
+func c_read_yaml_file(file string, ui *HardUI) (*HostNode, error) {
var host HostNode
yaml_file, err := os.ReadFile(file)