c4-project / c4f

The C4 Concurrent C Fuzzer
MIT License
13 stars 1 forks source link

Remove unused variables #230

Open MattWindsor91 opened 3 years ago

MattWindsor91 commented 3 years ago

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.