Skip to content

Commit f7b160e

Browse files
committed
commented out unused decalaration
1 parent 9e59c5d commit f7b160e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/query/FluxParser.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ bool FluxQueryResult::next() {
201201
}
202202

203203
FluxDateTime *FluxQueryResult::convertRfc3339(String value, const char *type) {
204-
FluxDateTime *ft = nullptr;
204+
// unused declaration FluxDateTime *ft = nullptr;
205205
tm t = {0,0,0,0,0,0,0,0,0};
206206
// has the time part
207207
int zet = value.indexOf('Z');

0 commit comments

Comments
 (0)