diff --git a/scripts/suse/zypper/plugins/commit/zyppnotify b/scripts/suse/zypper/plugins/commit/zyppnotify index ec637d4fc08..bacbc8b97e4 100755 --- a/scripts/suse/zypper/plugins/commit/zyppnotify +++ b/scripts/suse/zypper/plugins/commit/zyppnotify @@ -24,7 +24,6 @@ class DriftDetector(Plugin): if not os.path.exists(self.rpm_path): self.rpm_path = "/var/lib/rpm/Packages" - def _get_mtime(self): """ Get the modified time of the RPM Database.