Skip to content

Commit

Permalink
CELIX-276: remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
bpetri committed Oct 23, 2015
1 parent 80a4f03 commit 4023f36
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 4023f36

Please sign in to comment.