remove unnecessary state (#32278)
This commit is contained in:
@@ -40,10 +40,6 @@ func newPlugin(descriptor PluginDescriptor) backendplugin.PluginFactoryFunc {
|
||||
}
|
||||
}
|
||||
|
||||
func (p *grpcPlugin) CanHandleDataQueries() bool {
|
||||
return false
|
||||
}
|
||||
|
||||
func (p *grpcPlugin) PluginID() string {
|
||||
return p.descriptor.pluginID
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user