diff options
Diffstat (limited to 'plugins/factory/app.go')
-rw-r--r-- | plugins/factory/app.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/factory/app.go b/plugins/factory/app.go index 4106b96f..e4002963 100644 --- a/plugins/factory/app.go +++ b/plugins/factory/app.go @@ -33,7 +33,6 @@ type AppConfig struct { type App struct { cfg AppConfig configProvider config.Provider - factory roadrunner.Factory } func (app *App) Init(provider config.Provider) error { |