Francesco Romani has uploaded a new change for review.

Change subject: API: drop the bogus _getStats helper method
......................................................................

API: drop the bogus _getStats helper method

kill this private _getStats() helper: we don't use it anymore.

Change-Id: I5a5497013bffb676565508babd62b6f976d68233
Signed-off-by: Francesco Romani <from...@redhat.com>
---
M vdsm/API.py
1 file changed, 0 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/99/64899/1

diff --git a/vdsm/API.py b/vdsm/API.py
index 7467c11..a117a57 100644
--- a/vdsm/API.py
+++ b/vdsm/API.py
@@ -331,9 +331,6 @@
         """
         Obtain statistics of the specified VM
         """
-        return self._getStats()
-
-    def _getStats(self, runHooks=True):
         # for backward compatibility reasons, we need to
         # do the instance check before to run the hooks.
         vm = self.vm


-- 
To view, visit https://gerrit.ovirt.org/64899
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I5a5497013bffb676565508babd62b6f976d68233
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Francesco Romani <from...@redhat.com>
_______________________________________________
vdsm-patches mailing list -- vdsm-patches@lists.fedorahosted.org
To unsubscribe send an email to vdsm-patches-le...@lists.fedorahosted.org

Reply via email to