summaryrefslogtreecommitdiff
path: root/TAO/utils/NamingViewer/SelectNSDialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/utils/NamingViewer/SelectNSDialog.cpp')
-rw-r--r--TAO/utils/NamingViewer/SelectNSDialog.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/TAO/utils/NamingViewer/SelectNSDialog.cpp b/TAO/utils/NamingViewer/SelectNSDialog.cpp
index 98536f484bb..32d9378bc21 100644
--- a/TAO/utils/NamingViewer/SelectNSDialog.cpp
+++ b/TAO/utils/NamingViewer/SelectNSDialog.cpp
@@ -78,7 +78,6 @@ void CSelectNSDialog::OnAdd()
ACE_TCHAR* pIOR = new ACE_TCHAR[Value.length() + 1];
ACE_OS::strcpy(pIOR, Value.c_str());
m_Servers.SetItemData(pos, (DWORD)pIOR);
-
}
void CSelectNSDialog::OnRemove()