Remove unused vars

pull/10616/head
ebb-tide 2018-05-29 09:55:41 -07:00
parent 0adf01bfb6
commit 0ae074854b
1 changed files with 0 additions and 1 deletions

View File

@ -47,7 +47,6 @@ class Join extends PureComponent<Props, State> {
public render() { public render() {
const {table1, table2} = this.state const {table1, table2} = this.state
const { const {
declarationsFromBody = [],
func, func,
bodyID, bodyID,
onChangeArg, onChangeArg,