Skip to content

Commit 784f687

Browse files
chore: codeQL warnings (#1369)
1 parent fc61fc7 commit 784f687

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

modules/stream_manager/builtin/cpp/freadBuiltin.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ freadBuiltinFiveRhs(int nLhs, const ArrayOfVector& argIn)
3636
bool bIsLittleEndian = true;
3737
size_t skipSize = 0;
3838
NelsonType classDest = NLS_UINT8;
39-
int64 isize = 0;
40-
int32 idFile = 0;
4139
ArrayOfVector retval;
4240
ArrayOf param1 = argIn[0];
4341
ArrayOf param2 = argIn[1];

0 commit comments

Comments
 (0)