Skip to content

Commit 884bb36

Browse files
committed
Completely removed the line with unused declaration
1 parent f7b160e commit 884bb36

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/query/FluxParser.cpp

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

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

0 commit comments

Comments
 (0)