Explorar o código

remove unused function removeSelect

Sven Klemm %!s(int64=7) %!d(string=hai) anos
pai
achega
a63298bca2
Modificáronse 1 ficheiros con 0 adicións e 5 borrados
  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') {