You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As shown in line 5098, assigning value from (int32_t)strlen(tablename) to len here, but that stored value is overwritten before it can be used. Who will remove the line of unnecessary code?
As shown in line 5098, assigning value from (int32_t)strlen(tablename) to len here, but that stored value is overwritten before it can be used. Who will remove the line of unnecessary code?

the code is in src/tscUtil.c