summaryrefslogtreecommitdiff
path: root/ACE/ace/Unbounded_Set_Ex.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2020-08-19 12:09:43 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2020-08-19 12:09:43 +0200
commitece08cd0ab22e71841e70cf8aeea5f52eeccefad (patch)
tree8be7fd7f4b459ae2316e3ccf25a65444347c902d /ACE/ace/Unbounded_Set_Ex.h
parent4a682e2b0a5795e8c5812b7604d366f04f37e60d (diff)
downloadATCD-ece08cd0ab22e71841e70cf8aeea5f52eeccefad.tar.gz
Removed empty lines
* ACE/ace/Unbounded_Set.h: * ACE/ace/Unbounded_Set_Ex.h:
Diffstat (limited to 'ACE/ace/Unbounded_Set_Ex.h')
-rw-r--r--ACE/ace/Unbounded_Set_Ex.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ACE/ace/Unbounded_Set_Ex.h b/ACE/ace/Unbounded_Set_Ex.h
index b1f3707a309..7d5a3a4b6e3 100644
--- a/ACE/ace/Unbounded_Set_Ex.h
+++ b/ACE/ace/Unbounded_Set_Ex.h
@@ -93,7 +93,6 @@ public:
ACE_ALLOC_HOOK_DECLARE;
private:
-
/// Pointer to the current node in the iteration.
ACE_Node<T, C> *current_;
@@ -161,7 +160,6 @@ public:
ACE_ALLOC_HOOK_DECLARE;
private:
-
/// Pointer to the current node in the iteration.
ACE_Node<T, C> *current_;