Return-Path: X-Original-To: apmail-celix-commits-archive@www.apache.org Delivered-To: apmail-celix-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 5152A1851F for ; Fri, 23 Oct 2015 11:58:55 +0000 (UTC) Received: (qmail 35632 invoked by uid 500); 23 Oct 2015 11:58:33 -0000 Delivered-To: apmail-celix-commits-archive@celix.apache.org Received: (qmail 35605 invoked by uid 500); 23 Oct 2015 11:58:33 -0000 Mailing-List: contact commits-help@celix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@celix.apache.org Delivered-To: mailing list commits@celix.apache.org Received: (qmail 35587 invoked by uid 99); 23 Oct 2015 11:58:33 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Oct 2015 11:58:33 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id DFD88DFE13; Fri, 23 Oct 2015 11:58:32 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: bpetri@apache.org To: commits@celix.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: celix git commit: CELIX-276: remove unused variable Date: Fri, 23 Oct 2015 11:58:32 +0000 (UTC) Repository: celix Updated Branches: refs/heads/develop 80a4f03fc -> 4023f3665 CELIX-276: remove unused variable Project: http://git-wip-us.apache.org/repos/asf/celix/repo Commit: http://git-wip-us.apache.org/repos/asf/celix/commit/4023f366 Tree: http://git-wip-us.apache.org/repos/asf/celix/tree/4023f366 Diff: http://git-wip-us.apache.org/repos/asf/celix/diff/4023f366 Branch: refs/heads/develop Commit: 4023f3665e1bb0db2a4857c36bde80d73cc39514 Parents: 80a4f03 Author: Bjoern Petri Authored: Fri Oct 23 13:58:13 2015 +0200 Committer: Bjoern Petri Committed: Fri Oct 23 13:58:13 2015 +0200 ---------------------------------------------------------------------- remote_services/topology_manager/private/src/topology_manager.c | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/celix/blob/4023f366/remote_services/topology_manager/private/src/topology_manager.c ---------------------------------------------------------------------- diff --git a/remote_services/topology_manager/private/src/topology_manager.c b/remote_services/topology_manager/private/src/topology_manager.c index 424c00c..acc6941 100644 --- a/remote_services/topology_manager/private/src/topology_manager.c +++ b/remote_services/topology_manager/private/src/topology_manager.c @@ -311,7 +311,6 @@ celix_status_t topologyManager_rsaRemoved(void * handle, service_reference_pt re while (hashMapIterator_hasNext(iter)) { hash_map_entry_pt entry = hashMapIterator_nextEntry(iter); - endpoint_description_pt ep = hashMapEntry_getKey(entry); hash_map_pt imports = hashMapEntry_getValue(entry); import_registration_pt import = hashMap_get(imports, rsa);