Browse Source

remove unused function removeSelect

Sven Klemm 7 năm trước cách đây
mục cha
commit
a63298bca2
1 tập tin đã thay đổi với 0 bổ sung5 xóa
  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') {