Skip to content

Commit

Permalink
refactor(configuration): remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
igoogolx committed Jan 12, 2025
1 parent 9702483 commit 625da1a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions internal/configuration/file.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ func Read() (Config, error) {
if err != nil {
return Config{}, err
}
if err != nil {
return Config{}, fmt.Errorf("fail to deep copy config, err:%v", err)
}

if len(config.Setting.Stack) == 0 {
config.Setting.Stack = "gvisor"
Expand Down

0 comments on commit 625da1a

Please sign in to comment.