Cleanup: remove unused code
This commit is contained in:
parent
cf8ba835aa
commit
61164252da
@ -21,7 +21,6 @@ package main
|
||||
* ***** END GPL LICENSE BLOCK ***** */
|
||||
|
||||
import (
|
||||
"errors"
|
||||
"flag"
|
||||
"net/url"
|
||||
|
||||
@ -29,8 +28,6 @@ import (
|
||||
"gitlab.com/blender/flamenco-ng-poc/internal/worker"
|
||||
)
|
||||
|
||||
var errURLWithoutHostName = errors.New("manager URL should contain a host name")
|
||||
|
||||
var cliArgs struct {
|
||||
version bool
|
||||
verbose bool
|
||||
|
Loading…
x
Reference in New Issue
Block a user