瀏覽代碼

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') {