Revert global plugin reload commits (#9344)

* Revert "Some of the OSS changes were clobbered when merging with quotas out of, master (#9343)"

This reverts commit 8719a9b7c4.

* Revert "OSS side of Global Plugin Reload (#9340)"

This reverts commit f98afb998a.
This commit is contained in:
Scott Miller
2020-06-29 17:36:22 -05:00
committed by GitHub
parent 9a63195be1
commit d0bbb081c3
17 changed files with 255 additions and 778 deletions

View File

@@ -84,12 +84,6 @@ var (
},
}
}
handleGlobalPluginReload = func(context.Context, *Core, string, string, []string) error {
return nil
}
handleSetupPluginReload = func(*Core) error {
return nil
}
checkRaw = func(b *SystemBackend, path string) error { return nil }
)