Open t0mpr1c3 opened 11 years ago
Yep, this variable is never read - only written. Either it's really not needed and should be deleted, or maybe there is a bug in the code and it should be used somewhere? :)
Maybe the Runtime()'s return value is used to judge if the PID parameters have been calculated. If the return value is 1, then we don't need to call Runtime() again. PS: I delete justevaled lol
Seems redundant given that Runtime() returns a value anyway.