Allon Mureinik has uploaded a new change for review.

Change subject: core: Removed EndedTaskInfo.commandShouldBeLogged
......................................................................

core: Removed EndedTaskInfo.commandShouldBeLogged

This member is initialized to true, never modified and never queried,
and thus is redundant.

This patch removes the data member, its getter and setter, and the
single default constructor which did nothing but initialize this member.

Change-Id: Idac0e8c7cddf1eb797c856399b08a1cc6c8507e7
Signed-off-by: Allon Mureinik <[email protected]>
---
M 
backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/asynctasks/EndedTasksInfo.java
1 file changed, 0 insertions(+), 14 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/87/21987/1

diff --git 
a/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/asynctasks/EndedTasksInfo.java
 
b/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/asynctasks/EndedTasksInfo.java
index 00ead8d..1699436 100644
--- 
a/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/asynctasks/EndedTasksInfo.java
+++ 
b/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/asynctasks/EndedTasksInfo.java
@@ -11,18 +11,4 @@
     public void setTasksInfo(java.util.ArrayList<EndedTaskInfo> value) {
         privateTasksInfo = value;
     }
-
-    private boolean _commandShouldBeLogged;
-
-    public boolean getCommandShouldBeLogged() {
-        return _commandShouldBeLogged;
-    }
-
-    public void setCommandShouldBeLogged(boolean value) {
-        _commandShouldBeLogged = value;
-    }
-
-    public EndedTasksInfo() {
-        _commandShouldBeLogged = true;
-    }
 }


-- 
To view, visit http://gerrit.ovirt.org/21987
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Idac0e8c7cddf1eb797c856399b08a1cc6c8507e7
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Allon Mureinik <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to