From 0ae074854bc546394997ea3a5d43b88c0923a270 Mon Sep 17 00:00:00 2001 From: ebb-tide Date: Tue, 29 May 2018 09:55:41 -0700 Subject: [PATCH] Remove unused vars --- ui/src/ifql/components/Join.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/ui/src/ifql/components/Join.tsx b/ui/src/ifql/components/Join.tsx index 9f0cd2382d..670d7051ac 100644 --- a/ui/src/ifql/components/Join.tsx +++ b/ui/src/ifql/components/Join.tsx @@ -47,7 +47,6 @@ class Join extends PureComponent { public render() { const {table1, table2} = this.state const { - declarationsFromBody = [], func, bodyID, onChangeArg,