소스 검색

remove unused function removeSelect

Sven Klemm 7 년 전
부모
커밋
a63298bca2
1개의 변경된 파일0개의 추가작업 그리고 5개의 파일을 삭제
  1. 0 5
      public/app/plugins/datasource/postgres/postgres_query.ts

+ 0 - 5
public/app/plugins/datasource/postgres/postgres_query.ts

@@ -111,11 +111,6 @@ export default class PostgresQuery {
     this.updateProjection();
   }
 
-  removeSelect(index: number) {
-    this.target.select.splice(index, 1);
-    this.updateProjection();
-  }
-
   removeSelectPart(selectParts, part) {
     // if we remove the field remove the whole statement
     if (part.def.type === 'column') {