Imported Upstream version 16.3.2
[platform/upstream/libzypp.git] / zypp / PathInfo.h
index 9119e11..0a189cb 100644 (file)
@@ -27,7 +27,6 @@ extern "C"
 #include <set>
 #include <map>
 
-#include "zypp/APIConfig.h"
 #include "zypp/Pathname.h"
 #include "zypp/CheckSum.h"
 #include "zypp/ByteCount.h"
@@ -362,11 +361,6 @@ namespace zypp
 
       unsigned int devMajor() const;
       unsigned int devMinor() const;
-
-      /** \deprecated Name clashes with GNU libc macro, use \ref devMajor instead. */
-      unsigned int major() const ZYPP_DEPRECATED;
-      /** \deprecated Name clashes with GNU libc macro, use \ref devMinor instead. */
-      unsigned int minor() const ZYPP_DEPRECATED;
       //@}
 
       /** \name Size info. */
@@ -737,7 +731,7 @@ namespace zypp
     /**
      * check files checksum
      *
-     * @return true if the checksum matches (an empty Checksum always matches!)
+     * @return true if the checksum matchs
      **/
     bool is_checksum( const Pathname & file, const CheckSum &checksum );