mirror of
https://github.com/grafana/grafana.git
synced 2025-08-06 20:59:35 +08:00
remove unused function renderAdhocFilters
This commit is contained in:
@ -236,10 +236,4 @@ export default class PostgresQuery {
|
||||
return query;
|
||||
}
|
||||
|
||||
renderAdhocFilters(filters) {
|
||||
var conditions = _.map(filters, (tag, index) => {
|
||||
return this.renderWhereConstraint(tag, index, false);
|
||||
});
|
||||
return conditions.join(' ');
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user