summaryrefslogtreecommitdiff
path: root/cmd/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/main.go')
-rw-r--r--cmd/main.go8
1 files changed, 0 insertions, 8 deletions
diff --git a/cmd/main.go b/cmd/main.go
index a18d2c0d..4e7fc099 100644
--- a/cmd/main.go
+++ b/cmd/main.go
@@ -17,14 +17,6 @@ import (
"github.com/spiral/roadrunner/v2/plugins/rpc"
)
-var (
- // Version - defines build version.
- Version string = "local" //nolint:deadcode
-
- // BuildTime - defined build time.
- BuildTime string = "development" //nolint:deadcode
-)
-
func main() {
var err error
cli.Container, err = endure.NewContainer(nil, endure.SetLogLevel(endure.ErrorLevel), endure.RetryOnFail(false))