diff options
| author | n9 <n9> | 2023-08-10 10:59:04 +0200 |
|---|---|---|
| committer | Chris Lu <chrislusf@users.noreply.github.com> | 2023-08-10 06:51:06 -0700 |
| commit | 32560a9f185c8fb6fa8926781041b6c718c1720f (patch) | |
| tree | c75e490c8809b0d1485b798e53cd0849ebb70419 | |
| parent | 98431fe0834970f912d5d03523cb36e14fca9de0 (diff) | |
| download | seaweedfs-csi-driver-32560a9f185c8fb6fa8926781041b6c718c1720f.tar.xz seaweedfs-csi-driver-32560a9f185c8fb6fa8926781041b6c718c1720f.zip | |
Clean useless
| -rw-r--r-- | pkg/driver/server.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pkg/driver/server.go b/pkg/driver/server.go index b998533..b368b92 100644 --- a/pkg/driver/server.go +++ b/pkg/driver/server.go @@ -40,8 +40,6 @@ func (s *nonBlockingGRPCServer) Start(endpoint string, ids csi.IdentityServer, c defer s.wg.Done() s.serve(endpoint, ids, cs, ns) }() - - return } func (s *nonBlockingGRPCServer) Wait() { |
