From: Zeeshan Ali (Khattak) Date: Sun, 14 Feb 2010 16:34:30 +0000 (+0200) Subject: media-export: Remove redundant null check X-Git-Tag: RYGEL_0_5_0~33 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=76d277509faf90567e8248d7f0842bf2674132d7;p=profile%2Fivi%2Frygel.git media-export: Remove redundant null check --- diff --git a/src/plugins/media-export/rygel-media-export-root-container.vala b/src/plugins/media-export/rygel-media-export-root-container.vala index 02fc038..29877c5 100644 --- a/src/plugins/media-export/rygel-media-export-root-container.vala +++ b/src/plugins/media-export/rygel-media-export-root-container.vala @@ -219,8 +219,7 @@ public class Rygel.MediaExportRootContainer : Rygel.MediaDBContainer { return; } - if (this.extractor != null && - !this.harvester.contains (file)) { + if (!this.harvester.contains (file)) { var harvester = new MediaExportHarvester (parent, this.media_db, this.extractor,