kernel: remove a single use variable
authorAlan Cox <alan@linux.intel.com>
Thu, 14 Dec 2017 12:04:54 +0000 (12:04 +0000)
committerAlan Cox <alan@linux.intel.com>
Thu, 14 Dec 2017 12:04:54 +0000 (12:04 +0000)
commit66451e039ebde7c1c3ab5316e2b765f6de9ee123
tree7b1cd1a5008fce5c23a3cd79fe0bcd923e94443f
parent20d769da8ed8b88e0be05ec6617fe7c8b404be5f
kernel: remove a single use variable

Tidying up - and shorter cc65 code. Bizarrely sdcc also can't figure out that
this could just be a temporary so it also saves 12 bytes
Kernel/process.c