Skip to content

Commit 3a57696

Browse files
authored
Merge pull request #103 from kdriver/unused_declaration
commented out unused decalaration
2 parents 9e59c5d + 884bb36 commit 3a57696

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-
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)