summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2012-09-04 16:03:08 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2012-09-04 16:03:08 +0000
commit7d2255cac37a6a54bb19d107a318f3be026d3882 (patch)
tree2a9064aec0068fc89c294ef875cd75ff3a3a6e6e
parent7869721f8a16291326c56ecb444ad53439b65922 (diff)
downloadATCD-7d2255cac37a6a54bb19d107a318f3be026d3882.tar.gz
Tue Sep 4 16:02:00 UTC 2012 Jeff Parsons <j.parsons@vanderbilt.edu>
-rw-r--r--TAO/ChangeLog6
-rw-r--r--TAO/TAO_IDL/fe/fe_utils.cpp2
2 files changed, 6 insertions, 2 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 29dd6c404f3..6ec8e713eaa 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,9 @@
+Tue Sep 4 16:02:00 UTC 2012 Jeff Parsons <j.parsons@vanderbilt.edu>
+
+ * TAO_IDL/fe/fe_utils.cpp(FE_Utils::can_be_redefined):
+
+ Removed unused local variables.
+
Thu Aug 30 19:27:46 UTC 2012 Jeff Parsons <j.parsons@vanderbilt.edu>
* tests/IDL_Test/included.idl:
diff --git a/TAO/TAO_IDL/fe/fe_utils.cpp b/TAO/TAO_IDL/fe/fe_utils.cpp
index 0bfc76e4cd7..c2fe558834e 100644
--- a/TAO/TAO_IDL/fe/fe_utils.cpp
+++ b/TAO/TAO_IDL/fe/fe_utils.cpp
@@ -838,8 +838,6 @@ FE_Utils::can_be_redefined (AST_Decl *prev_decl,
UTL_Scope *curr_scope = curr_decl->defined_in ();
AST_Structure *s = 0;
AST_StructureFwd *s_fwd = 0;
- AST_Interface *i = 0;
- AST_InterfaceFwd *i_fwd = 0;
AST_Template_Module *ptm = 0;
AST_Template_Module *ctm = 0;