This pull request removes the timestate struct. I think this struct is no longer needed. The assist_extras struct was the only place where timestate appeared. The variables timestate holds could just be part of the assist_extras struct itself. That significantly simplifies the data structure.
The large number of changed lines is mainly due to me indenting the long function for readability. Check 7fc78627db0578fbfb449020056d20688c066a8c for the important changes.
This pull request removes the
timestate
struct. I think this struct is no longer needed. Theassist_extras
struct was the only place wheretimestate
appeared. The variablestimestate
holds could just be part of theassist_extras
struct itself. That significantly simplifies the data structure.The large number of changed lines is mainly due to me indenting the long function for readability. Check 7fc78627db0578fbfb449020056d20688c066a8c for the important changes.