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