remove unused function removeSelect
This commit is contained in:
@@ -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') {
|
||||
|
||||
Reference in New Issue
Block a user