]> git.tdb.fi Git - builder.git/blobdiff - source/buildinfo.h
Merge BuildInfo::unique into update_from
[builder.git] / source / buildinfo.h
index 8bedcec4c7506d4a0209b92ef33f269948679ac0..ca8819d59e55ec234fbfeb5a67aa2c5bfdf58ee6 100644 (file)
@@ -62,11 +62,6 @@ public:
        
        The update level determines what information is updated. */
        void update_from(const BuildInfo &, UpdateLevel = LOCAL);
-
-private:
-       /** Makes sure there are no duplicate entries in the lists.  For warnings,
-       contradicting flags are eliminated and the last one stays in effect. */
-       void unique();
 };
 
 #endif