Return-Path: X-Original-To: apmail-cloudstack-commits-archive@www.apache.org Delivered-To: apmail-cloudstack-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CE857106B2 for ; Tue, 22 Oct 2013 21:37:15 +0000 (UTC) Received: (qmail 4968 invoked by uid 500); 22 Oct 2013 21:36:04 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 4871 invoked by uid 500); 22 Oct 2013 21:36:00 -0000 Mailing-List: contact commits-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list commits@cloudstack.apache.org Received: (qmail 4767 invoked by uid 99); 22 Oct 2013 21:35:56 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Oct 2013 21:35:56 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id D7EF854550; Tue, 22 Oct 2013 21:35:55 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: kocka@apache.org To: commits@cloudstack.apache.org Date: Tue, 22 Oct 2013 21:35:56 -0000 Message-Id: <3e08ba44c2a84e6eb15cf346f6c705eb@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [2/5] git commit: updated refs/heads/master to eb798d3 removed unused import just an unused import, nothing extraordinary Signed-off-by: Laszlo Hornyak 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 Authored: Mon Oct 21 23:03:21 2013 +0200 Committer: Laszlo Hornyak 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;