Remove unused global state
authorTim Pepper <timothy.c.pepper@linux.intel.com>
Thu, 4 Oct 2012 22:16:37 +0000 (15:16 -0700)
committerTim Pepper <timothy.c.pepper@linux.intel.com>
Thu, 4 Oct 2012 22:16:37 +0000 (15:16 -0700)
commit09517f61202ae412ee2317d46eb0d2506d9adb12
tree117bbb596ff0d6c4a04cdbbb4250ebe1facebd77
parent1bb4db3254caea2028c0eef68d441f834a9d5893
Remove unused global state

Previously this global state needed to be global.  It is essentially unused
now and would have needed locking if it were used.  Simply push it down
into the sole function which uses it now.

Signed-off-by: Tim Pepper <timothy.c.pepper@linux.intel.com>
src/coredump.c
src/corewatcher.h
src/find_file.c