Signed-off-by: Daniel P. Berrangé <berrange(a)redhat.com>
---
Changes | 1 +
lib/Sys/Virt/DomainCheckpoint.pm | 5 -----
2 files changed, 1 insertion(+), 5 deletions(-)
diff --git a/Changes b/Changes
index f36d401..9d9a5c8 100644
--- a/Changes
+++ b/Changes
@@ -10,6 +10,7 @@ Revision history for perl module Sys::Virt
constant when invoking migrate
- Add VIR_MIGRATE_PARAM_TLS_DESTINATION constant
- Add missing create_checkpoint method on Sys::Virt::Domain
+ - Remove docs for has_metadata method which doesn't exit
5.10.0 2019-12-03
diff --git a/lib/Sys/Virt/DomainCheckpoint.pm b/lib/Sys/Virt/DomainCheckpoint.pm
index e8e875d..e1adae4 100644
--- a/lib/Sys/Virt/DomainCheckpoint.pm
+++ b/lib/Sys/Virt/DomainCheckpoint.pm
@@ -97,11 +97,6 @@ constants.
Return the parent of the checkpoint, if any
-=item $res = $domchkp->has_metadata()
-
-Returns a true value if this checkpoint has metadata associated with
-it.
-
=item my @checkpoints = $domchkp->list_all_children($flags)
Return a list of all domain checkpoints that are children of this
--
2.23.0