Cleanup: remove unused code

This commit is contained in:
Sybren A. Stüvel 2022-02-11 16:51:55 +01:00
parent cf8ba835aa
commit 61164252da

View File

@ -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