Remove extra unlink
authorTim Pepper <timothy.c.pepper@linux.intel.com>
Tue, 18 Sep 2012 15:17:14 +0000 (08:17 -0700)
committerTim Pepper <timothy.c.pepper@linux.intel.com>
Tue, 18 Sep 2012 15:17:14 +0000 (08:17 -0700)
commit4dec659ae5065afe8d449f8f762c704f70c78b17
treeac04a21d187eef20b225eb1c13c532f13da1a5dd
parent2ea5e514437af0e99cd66296797e4829bb601d43
Remove extra unlink

This was the unlink of the actually processed file.  The primary duplicate
detection is in move_core().  Due to the two phases of processing in
scan_corefolder() it is a fully normal path for a core to get added
to the work queue and then a second add attempt likely happens at
reprocess_corefile().

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