Commits

Brian Gesiak committed 8d7e7c72889
[cmpcodesize] Remove superfluous variables The values are already stored on the parsed arguments, so remove the variables and clear up the variable namespace a little. Also, use snake_case, which is more Pythonic. This commit doesn't change all variable names in the interest of keeping changes minimal.