You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ko...@apache.org on 2013/10/22 23:35:56 UTC

[2/5] git commit: updated refs/heads/master to eb798d3

removed unused import

just an unused import, nothing extraordinary

Signed-off-by: Laszlo Hornyak <la...@gmail.com>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/a98e0386
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/a98e0386
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/a98e0386

Branch: refs/heads/master
Commit: a98e038620e6a823d3947bbd13e7881dd5852475
Parents: 5d5acad
Author: Laszlo Hornyak <la...@gmail.com>
Authored: Mon Oct 21 23:03:21 2013 +0200
Committer: Laszlo Hornyak <la...@gmail.com>
Committed: Tue Oct 22 23:35:09 2013 +0200

----------------------------------------------------------------------
 agent/src/com/cloud/agent/Agent.java | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a98e0386/agent/src/com/cloud/agent/Agent.java
----------------------------------------------------------------------
diff --git a/agent/src/com/cloud/agent/Agent.java b/agent/src/com/cloud/agent/Agent.java
index c713e45..c4f17b2 100755
--- a/agent/src/com/cloud/agent/Agent.java
+++ b/agent/src/com/cloud/agent/Agent.java
@@ -45,7 +45,6 @@ import com.cloud.agent.api.Command;
 import com.cloud.agent.api.CronCommand;
 import com.cloud.agent.api.MaintainAnswer;
 import com.cloud.agent.api.MaintainCommand;
-import com.cloud.agent.api.ModifySshKeysCommand;
 import com.cloud.agent.api.PingCommand;
 import com.cloud.agent.api.ReadyCommand;
 import com.cloud.agent.api.ShutdownCommand;