Details
-
Improvement
-
Status: Resolved
-
Trivial
-
Resolution: Fixed
-
0.21.0
-
None
-
Not environment related.
-
Reviewed
-
Remove some redundant lines from JobInProgress's constructor which was re-initializing things unnecessarily.
-
redundant code
Description
In the ctor of JobInProgress class that's used by the JT, lines that create the various lists of TIPs are repeated for no purpose. Might've been due to an overlook I think.
Attaching a patch that removes these unnecessary repeats of re-init.