Skip to content

Commit 442c89a

Browse files
committed
rm
1 parent 4ea4fe9 commit 442c89a

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

pkg/agentfs/utils.go

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -171,12 +171,3 @@ func ParseMem(mem string, suffix bool) (string, error) {
171171
}
172172
return fmt.Sprintf("%.2g", memGB), nil
173173
}
174-
175-
func validateSettingsMap(settingsMap map[string]string, keys []string) error {
176-
for _, key := range keys {
177-
if _, ok := settingsMap[key]; !ok {
178-
return fmt.Errorf("client setting %s is required, please try again later", key)
179-
}
180-
}
181-
return nil
182-
}

0 commit comments

Comments
 (0)