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:
@@ -321,12 +321,6 @@ abstract class DataSourceApi<
|
|||||||
*/
|
*/
|
||||||
modifyQuery?(query: TQuery, action: QueryFixAction): TQuery;
|
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 */
|
/** Get an identifier object for this datasource instance */
|
||||||
getRef(): DataSourceRef {
|
getRef(): DataSourceRef {
|
||||||
return { type: this.type, uid: this.uid };
|
return { type: this.type, uid: this.uid };
|
||||||
|
|||||||
Reference in New Issue
Block a user