extract out pet_killed_locals
commiteedde989e2102f81a84b4511c1e68c0d7c174021
authorSven Verdoolaege <skimo@kotnet.org>
Fri, 4 Mar 2016 15:24:31 +0000 (4 16:24 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Mon, 7 Mar 2016 11:13:51 +0000 (7 12:13 +0100)
treea422115ea499f7977fb815beba90187a4620bcc2
parent065d66d48cb93a74aee0897fce4b4f6f4e2e75a9
extract out pet_killed_locals

This reduces the size of scan.cc and allows pet_killed_locals
to be reused from other locations.  In particular, it will be
reused from higher up in scan.cc for adding kills in autodetect mode.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
Makefile.am
killed_locals.cc [new file with mode: 0644]
killed_locals.h [new file with mode: 0644]
scan.cc