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
In a similar vein to #229, we should be undeclaring variables that don't actually get used in the test-case. This'd actually be somewhat easier, as we don't mix declarations and code at the moment and so all of the variables would be in either global or thread-level declaration pools.
The text was updated successfully, but these errors were encountered:
In a similar vein to #229, we should be undeclaring variables that don't actually get used in the test-case. This'd actually be somewhat easier, as we don't mix declarations and code at the moment and so all of the variables would be in either global or thread-level declaration pools.
The text was updated successfully, but these errors were encountered: