remove unused function removeSelect

This commit is contained in:
Sven Klemm 2018-07-06 11:25:20 +02:00
parent d9db3d1402
commit a63298bca2

View File

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