Files
moby/daemon/libnetwork
Sebastiaan van Stijn 614d9b966f daemon/libnetwork/options: GenerateFromModel: remove redundant check
This check was added in 14c5cd377d to prevent
passing `nil` as type (`GenerateFromModel[nil](....)`), however, `nil` is not
a type, so trying to do so won't compile. Even if it would, it would be
theoretical at best, so let's just remove it.

fix linting:

    daemon/libnetwork/options/options.go:57:13: SA4023(related information): the lhs of the comparison is the 1st return value of this function call (staticcheck)
        modType := reflect.TypeFor[T]()
                   ^
    daemon/libnetwork/options/options.go:58:5: SA4023: this comparison is never true (staticcheck)
        if modType == nil {
           ^

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2025-12-17 14:19:53 +01:00
..
2025-12-15 18:56:34 +01:00
2025-12-15 18:56:34 +01:00
2025-07-14 09:25:23 -07:00
2025-12-15 18:56:34 +01:00
2025-12-15 18:56:34 +01:00
2025-08-01 00:49:22 +02:00
2025-12-15 18:56:34 +01:00
2025-12-15 18:56:34 +01:00
2025-12-15 18:56:34 +01:00
2025-12-15 18:56:34 +01:00
2025-08-01 00:49:22 +02:00
2025-12-15 18:56:34 +01:00
2025-07-14 09:25:23 -07:00
2025-12-15 18:56:34 +01:00
2025-12-15 18:56:34 +01:00
2025-08-01 00:49:22 +02:00
2025-07-31 10:13:29 -07:00