mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-15 09:17:42 +00:00
remove redundant code
This commit is contained in:
parent
9d5470d93a
commit
e3da44aacf
@ -87,10 +87,8 @@ public class HashDbIngestModule implements FileIngestModule {
|
|||||||
updateEnabledHashSets(hashDbManager.getKnownFileHashSets(), knownHashSets);
|
updateEnabledHashSets(hashDbManager.getKnownFileHashSets(), knownHashSets);
|
||||||
|
|
||||||
if (refCounter.incrementAndGet(jobId) == 1) {
|
if (refCounter.incrementAndGet(jobId) == 1) {
|
||||||
// safely create a jobs total for this job
|
// if first module for this job then post error msgs if needed
|
||||||
getTotalsForIngestJobs(jobId);
|
|
||||||
|
|
||||||
// if first module for this job then post error msgs if needed
|
|
||||||
if (knownBadHashSets.isEmpty()) {
|
if (knownBadHashSets.isEmpty()) {
|
||||||
services.postMessage(IngestMessage.createWarningMessage(
|
services.postMessage(IngestMessage.createWarningMessage(
|
||||||
HashLookupModuleFactory.getModuleName(),
|
HashLookupModuleFactory.getModuleName(),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user