summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2010-12-07 22:11:54 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2010-12-07 22:11:54 +0000
commiteda0757d42cc9404b2c047fe26dee5a9491a4b3b (patch)
tree7b3d158e0fddf608fd3d2de7d59835057ffdd195
parentc15643a7b1b7012f9a06556b333801896a5b8e60 (diff)
downloadATCD-eda0757d42cc9404b2c047fe26dee5a9491a4b3b.tar.gz
ChangeLogTag: Tue Dec 7 22:10:52 UTC 2010 Jeff Parsons <j.parsons@vanderbilt.edu>
-rw-r--r--TAO/ChangeLog7
-rw-r--r--TAO/TAO_IDL/be/be_codegen.cpp5
2 files changed, 7 insertions, 5 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index eec47ea62c4..094cc2c7a71 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,10 @@
+Tue Dec 7 22:10:52 UTC 2010 Jeff Parsons <j.parsons@vanderbilt.edu>
+
+ * TAO_IDL/be/be_codegen.cpp:
+
+ Removed an unused variable. Thanks to Adam Mitz
+ <mitza@ociweb.com> for pointing it out.
+
Tue Dec 7 21:49:36 UTC 2010 Jeff Parsons <j.parsons@vanderbilt.edu>
* TAO_IDL/be/be_codegen.cpp:
diff --git a/TAO/TAO_IDL/be/be_codegen.cpp b/TAO/TAO_IDL/be/be_codegen.cpp
index c7ef101a433..703124292ff 100644
--- a/TAO/TAO_IDL/be/be_codegen.cpp
+++ b/TAO/TAO_IDL/be/be_codegen.cpp
@@ -3387,11 +3387,6 @@ TAO_CodeGen::gen_conn_hdr_includes (void)
BE_GlobalData::DDS_IMPL const the_dds_impl =
be_global->dds_impl ();
- /// The default, and we have to set the reference to
- /// something.
- ACE_Unbounded_Queue<char *> &ts_files =
- idl_global->ciao_rti_ts_file_names ();
-
switch (the_dds_impl)
{
case BE_GlobalData::NDDS: