fix to compile: drop empty ctor
authorKlaus Kaempf <kkaempf@suse.de>
Sat, 4 Feb 2006 20:59:49 +0000 (20:59 +0000)
committerKlaus Kaempf <kkaempf@suse.de>
Sat, 4 Feb 2006 20:59:49 +0000 (20:59 +0000)
testsuite/solver/src/helix/HelixSourceImpl.h

index 47814ce..5370a19 100644 (file)
@@ -47,10 +47,6 @@ class HelixSourceImpl : public zypp::source::SourceImpl {
 
   public:
 
-    /** Ctor, FIXME it is here only because of target storage */
-    HelixSourceImpl()
-      : _source (Source_Ref::noSource)
-    {}
     /** Default ctor */
     HelixSourceImpl(media::MediaId & mediaid_r, const Pathname & path_r = "/", const std::string & alias_r = "");