mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: Remove unused/deprecated method (#74485)
This commit is contained in:
parent
b54e4c0ddb
commit
e83054386b
@ -321,12 +321,6 @@ abstract class DataSourceApi<
|
||||
*/
|
||||
modifyQuery?(query: TQuery, action: QueryFixAction): TQuery;
|
||||
|
||||
/**
|
||||
* @deprecated since version 8.2.0
|
||||
* Not used anymore.
|
||||
*/
|
||||
getHighlighterExpression?(query: TQuery): string[];
|
||||
|
||||
/** Get an identifier object for this datasource instance */
|
||||
getRef(): DataSourceRef {
|
||||
return { type: this.type, uid: this.uid };
|
||||
|
Loading…
Reference in New Issue
Block a user