commit | d07a21b25565bc29890ad14851c2d08f308ccad0 | [log] [tgz] |
---|---|---|
author | Tyler J. Stachecki <tstache1@binghamton.edu> | Fri Oct 23 20:59:20 2015 -0400 |
committer | Nguyen Anh Quynh <aquynh@gmail.com> | Sat Oct 24 18:51:33 2015 +0800 |
tree | 6f2a24b857e41b3d898d0aab01a3ac011b7a6fc2 | |
parent | 7fc95e82bbdcfb9ee0d6b7d6394e72ad8150246d [diff] |
Kill a shadowed declaration of a local variable. The variable tmp was already defined in the frame. Redefining it makes some code linters grumpy. Signed-off-by: Tyler J. Stachecki <tstache1@binghamton.edu>